Disabling interactive sudo
This commit is contained in:
parent
8aca74fc84
commit
0812b82c46
3 changed files with 12 additions and 4 deletions
|
|
@ -67,7 +67,7 @@
|
|||
};
|
||||
|
||||
deploy = {
|
||||
interactiveSudo = true;
|
||||
# interactiveSudo = true;
|
||||
autoRollback = true;
|
||||
magicRollback = true;
|
||||
|
||||
|
|
@ -79,8 +79,8 @@
|
|||
|
||||
profiles = {
|
||||
system = {
|
||||
sshUser = "lyes";
|
||||
user = "root";
|
||||
sshUser = "root";
|
||||
# user = "root";
|
||||
remoteBuild = true;
|
||||
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.zora;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue