mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 00:21:34 +01:00
deyploy-rs: use own user for ssh
This commit is contained in:
parent
5447edc811
commit
0de4a20aea
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@ let
|
||||||
mkDeployNode = hostName: {
|
mkDeployNode = hostName: {
|
||||||
${hostName} = {
|
${hostName} = {
|
||||||
hostname = hostName;
|
hostname = hostName;
|
||||||
sshUser = "root";
|
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