mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +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: {
|
mkDeployNode = hostname: {
|
||||||
inherit hostname;
|
inherit hostname;
|
||||||
user = "root";
|
sshUser = "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