add wheelNeedsPassword=false and use root for netty deploy

This commit is contained in:
Harivansh Rathi 2026-03-29 15:43:23 -04:00
parent dfc88f3b24
commit cf0de8a186
2 changed files with 3 additions and 1 deletions

View file

@ -50,6 +50,8 @@ in {
];
};
security.sudo.wheelNeedsPassword = false;
programs.zsh.enable = true;
environment.shells = [pkgs.zsh];