Disable password for sudo on singularity

This commit is contained in:
Invariantspace 2023-11-09 21:01:46 -08:00
parent eb465a05f2
commit 503c205f6a

View file

@ -9,6 +9,8 @@
constants.sopsFile = ../../common/auths.yaml;
security.sudo.wheelNeedsPassword = false;
system.stateVersion = "23.11";
zramSwap.enable = true;