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";
|
||||
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos inputs.self.nixosConfigurations.${name};
|
||||
};
|
||||
#hostname = "${name}.inskip.me";
|
||||
#sshOpts = ["-p" "${builtins.toString (builtins.head inputs.self.nixosConfigurations.${name}.config.services.openssh.ports)}"];
|
||||
hostname = "localhost";
|
||||
sshOpts = ["-p" "32222"];
|
||||
hostname = "${name}.inskip.me";
|
||||
sshUser = "kat";
|
||||
autoRollback = true;
|
||||
magicRollback = true;
|
||||
};
|
||||
})
|
||||
(set.optional (host.folder == "nixos" && host.arch == "x86_64") {
|
||||
${name} = {
|
||||
remoteBuild = true;
|
||||
};
|
||||
(set.optional (name != "renko") {
|
||||
sshOpts = ["-p" "${builtins.toString (builtins.head inputs.self.nixosConfigurations.${name}.config.services.openssh.ports)}"];
|
||||
})
|
||||
(set.optional (name == "renko") {
|
||||
sshOpts = ["-p" "32222"];
|
||||
})
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue