networked computers should always have wheel skip password
This commit is contained in:
parent
379e5d1698
commit
a5b561b973
1 changed files with 3 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue