no need to have ip now
This commit is contained in:
parent
bc0fd49ad1
commit
096e545113
@ -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.
Loading…
Reference in New Issue
Block a user