🔐 add sudoers on darwin

This commit is contained in:
2022-11-08 23:18:44 -05:00
parent ff75a042b8
commit 16d29169e0

View File

@ -13,6 +13,12 @@
};
};
environment.etc = {
"sudoers.d/walkah".text = ''
walkah ALL = (ALL) NOPASSWD: ALL
'';
};
homebrew = {
enable = true;
brewPrefix = "/opt/homebrew/bin";