mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
Move to orbstack
This commit is contained in:
parent
524dd5bb64
commit
4d3287535b
5 changed files with 121 additions and 30 deletions
|
|
@ -138,14 +138,20 @@
|
|||
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)}"];
|
||||
sshUser = "root";
|
||||
user = "root";
|
||||
#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";
|
||||
autoRollback = true;
|
||||
magicRollback = true;
|
||||
};
|
||||
})
|
||||
(set.optional (host.folder == "nixos" && host.arch == "x86_64") {
|
||||
${name} = {
|
||||
remoteBuild = true;
|
||||
};
|
||||
})
|
||||
];
|
||||
|
||||
"${host.folder}Configurations".${name} = host.builder {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue