test
This commit is contained in:
parent
2b4ab6ecf5
commit
bae834739a
1 changed files with 2 additions and 0 deletions
|
@ -14,11 +14,13 @@
|
|||
path = inputs.deploy-rs.lib.${platform}.activate.nixos self.nixosConfigurations.${hostname};
|
||||
user = "root";
|
||||
sshUser = "${username}";
|
||||
sshOpts = [ "-A" ];
|
||||
};
|
||||
home-manager = {
|
||||
path = inputs.deploy-rs.lib.${platform}.activate.home-manager self.homeConfigurations."${username}@${hostname}";
|
||||
user = "root";
|
||||
sshUser = "${username}";
|
||||
sshOpts = [ "-A" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue