forgot to push last time oops
This commit is contained in:
parent
5557db3a54
commit
1c508735c0
4 changed files with 12 additions and 10 deletions
|
@ -49,9 +49,9 @@
|
|||
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
nix = {
|
||||
autoOptimiseStore = true;
|
||||
trustedUsers = [
|
||||
nix.settings = {
|
||||
auto-optimise-store = true;
|
||||
trusted-users = [
|
||||
"root"
|
||||
"@wheel"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue