mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31: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: {
|
||||
${hostName} = {
|
||||
hostname = hostName;
|
||||
sshUser = "root";
|
||||
user = "root";
|
||||
interactiveSudo = true;
|
||||
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