parent
6d10faaf92
commit
a711a7af9e
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
username ? "albert"
|
username ? "albert"
|
||||||
}: {
|
}: {
|
||||||
user = "${username}";
|
user = "${username}";
|
||||||
|
hostname = "${hostname}";
|
||||||
profiles.system.path = inputs.deploy-rs.lib.${platform}.activate.nixos self.nixosConfigurations.${hostname};
|
profiles.system.path = inputs.deploy-rs.lib.${platform}.activate.nixos self.nixosConfigurations.${hostname};
|
||||||
profiles.system.sshUser = "${username}";
|
profiles.system.sshUser = "${username}";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue