no need to have ip now

This commit is contained in:
dusk 2022-07-30 06:57:06 +03:00
parent bc0fd49ad1
commit 096e545113
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
2 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
# nixinate for deployment # nixinate for deployment
_module.args.nixinate = { _module.args.nixinate = {
host = builtins.readFile "${inputs.self}/secrets/wolumonde-ip"; host = "gaze.systems";
sshUser = "root"; sshUser = "root";
buildOn = "local"; # valid args are "local" or "remote" buildOn = "local"; # valid args are "local" or "remote"
substituteOnTarget = true; # if buildOn is "local" then it will substitute on the target, "-s" substituteOnTarget = true; # if buildOn is "local" then it will substitute on the target, "-s"

Binary file not shown.