mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 06:04:42 +00:00
add wheelNeedsPassword=false and use root for netty deploy
This commit is contained in:
parent
dfc88f3b24
commit
cf0de8a186
2 changed files with 3 additions and 1 deletions
|
|
@ -50,6 +50,8 @@ in {
|
|||
];
|
||||
};
|
||||
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
programs.zsh.enable = true;
|
||||
environment.shells = [pkgs.zsh];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue