parent
3a8f273036
commit
53733f3c48
1 changed files with 9 additions and 2 deletions
|
@ -7,8 +7,15 @@
|
|||
}: {
|
||||
user = "${username}";
|
||||
hostname = "${hostname}";
|
||||
profiles.system.path = inputs.deploy-rs.lib.${platform}.activate.nixos self.nixosConfigurations.${hostname};
|
||||
profiles.system.sshUser = "${username}";
|
||||
|
||||
profiles.system = {
|
||||
path = inputs.deploy-rs.lib.${platform}.activate.nixos self.nixosConfigurations.${hostname};
|
||||
sshUser = "${username}";
|
||||
};
|
||||
profiles.home-manager = {
|
||||
path = inputs.deploy-rs.lib.${platform}.activate.nixos self.homeConfigurations."${username}@${hostname}";
|
||||
sshUser = "${username}";
|
||||
};
|
||||
};
|
||||
|
||||
# Helper function for generating home-manager configs
|
||||
|
|
Loading…
Reference in a new issue