diff --git a/hosts/wolumonde/default.nix b/hosts/wolumonde/default.nix index ce5ebfa..bd88f8a 100644 --- a/hosts/wolumonde/default.nix +++ b/hosts/wolumonde/default.nix @@ -45,7 +45,7 @@ # nixinate for deployment _module.args.nixinate = { - host = builtins.readFile "${inputs.self}/secrets/wolumonde-ip"; + host = "gaze.systems"; sshUser = "root"; buildOn = "local"; # valid args are "local" or "remote" substituteOnTarget = true; # if buildOn is "local" then it will substitute on the target, "-s" diff --git a/secrets/wolumonde-ip b/secrets/wolumonde-ip deleted file mode 100644 index 7aa5b30..0000000 Binary files a/secrets/wolumonde-ip and /dev/null differ