mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 12:51:34 +01:00
deploy-rs: Deploy over nebula
This commit is contained in:
parent
c6b56d87ff
commit
809bf48e9d
1 changed files with 5 additions and 2 deletions
|
|
@ -21,8 +21,11 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
mkDeployNode = hostname: {
|
mkDeployNode = hostname: {
|
||||||
inherit hostname;
|
hostname = "${hostname}.${
|
||||||
sshUser = "root";
|
self.nixosConfigurations.${hostname}.config.custom.services.nebula.network.domain
|
||||||
|
}";
|
||||||
|
user = "root";
|
||||||
|
interactiveSudo = true;
|
||||||
profiles.system.path =
|
profiles.system.path =
|
||||||
inputs.deploy-rs.lib.x86_64-linux.activate.nixos
|
inputs.deploy-rs.lib.x86_64-linux.activate.nixos
|
||||||
self.nixosConfigurations.${hostname};
|
self.nixosConfigurations.${hostname};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue