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};
|
path = inputs.deploy-rs.lib.${platform}.activate.nixos self.nixosConfigurations.${hostname};
|
||||||
user = "root";
|
user = "root";
|
||||||
sshUser = "${username}";
|
sshUser = "${username}";
|
||||||
|
sshOpts = [ "-A" ];
|
||||||
};
|
};
|
||||||
home-manager = {
|
home-manager = {
|
||||||
path = inputs.deploy-rs.lib.${platform}.activate.home-manager self.homeConfigurations."${username}@${hostname}";
|
path = inputs.deploy-rs.lib.${platform}.activate.home-manager self.homeConfigurations."${username}@${hostname}";
|
||||||
user = "root";
|
user = "root";
|
||||||
sshUser = "${username}";
|
sshUser = "${username}";
|
||||||
|
sshOpts = [ "-A" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue