mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
deploy-rs: Use root user for ssh connection
This commit is contained in:
parent
f6ceb72867
commit
0fddacfc57
1 changed files with 1 additions and 2 deletions
|
|
@ -25,8 +25,7 @@ let
|
|||
|
||||
mkDeployNode = hostname: {
|
||||
inherit hostname;
|
||||
user = "root";
|
||||
interactiveSudo = true;
|
||||
sshUser = "root";
|
||||
profiles.system.path =
|
||||
inputs.deploy-rs.lib.x86_64-linux.activate.nixos
|
||||
self.nixosConfigurations.${hostname};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue