networked computers should always have wheel skip password

This commit is contained in:
Haak Saxberg 2022-07-31 00:25:55 -07:00
parent 379e5d1698
commit a5b561b973

View file

@ -8,6 +8,9 @@
};
defaults = {
documentation.enable = false;
# for nixops to log in and perform operations as haak (instead of root)
security.sudo.wheelNeedsPassword = false;
};
nas = {
deployment.targetHost = "192.168.1.65";