fix rename sudo -> sudoCmd
This commit is contained in:
parent
8928134f12
commit
fe1537735d
1 changed files with 2 additions and 2 deletions
|
|
@ -130,7 +130,7 @@ in
|
|||
(node.deploy)
|
||||
ssh
|
||||
user
|
||||
sudo
|
||||
sudoCmd
|
||||
interactiveSudo
|
||||
remoteBuild
|
||||
rollback
|
||||
|
|
@ -149,7 +149,7 @@ in
|
|||
path = nixosFor node.system nixosConfigurations.${name};
|
||||
|
||||
user = user;
|
||||
sudo = sudo;
|
||||
sudo = sudoCmd;
|
||||
interactiveSudo = interactiveSudo;
|
||||
|
||||
fastConnection = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue