mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
Removed specific changes
This commit is contained in:
parent
4d3287535b
commit
1e9a771d19
1 changed files with 6 additions and 8 deletions
|
|
@ -138,19 +138,17 @@
|
||||||
user = "root";
|
user = "root";
|
||||||
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos inputs.self.nixosConfigurations.${name};
|
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos inputs.self.nixosConfigurations.${name};
|
||||||
};
|
};
|
||||||
#hostname = "${name}.inskip.me";
|
hostname = "${name}.inskip.me";
|
||||||
#sshOpts = ["-p" "${builtins.toString (builtins.head inputs.self.nixosConfigurations.${name}.config.services.openssh.ports)}"];
|
|
||||||
hostname = "localhost";
|
|
||||||
sshOpts = ["-p" "32222"];
|
|
||||||
sshUser = "kat";
|
sshUser = "kat";
|
||||||
autoRollback = true;
|
autoRollback = true;
|
||||||
magicRollback = true;
|
magicRollback = true;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
(set.optional (host.folder == "nixos" && host.arch == "x86_64") {
|
(set.optional (name != "renko") {
|
||||||
${name} = {
|
sshOpts = ["-p" "${builtins.toString (builtins.head inputs.self.nixosConfigurations.${name}.config.services.openssh.ports)}"];
|
||||||
remoteBuild = true;
|
})
|
||||||
};
|
(set.optional (name == "renko") {
|
||||||
|
sshOpts = ["-p" "32222"];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue