passwordless sudo

This commit is contained in:
♥ Minnie ♥ 2024-01-23 09:49:45 +08:00
parent c4cb373083
commit 45af898d24

View file

@ -58,6 +58,9 @@
liveRestore = false; liveRestore = false;
}; };
# Required for smooth remote deployments
security.sudo.wheelNeedsPassword = false;
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "23.05"; system.stateVersion = "23.05";
} }