forgot to push last time oops

This commit is contained in:
Emelie Graven 2022-09-17 13:42:25 +02:00
parent 5557db3a54
commit 1c508735c0
No known key found for this signature in database
GPG key ID: 1098DC5C94CB1C87
4 changed files with 12 additions and 10 deletions

View file

@ -49,9 +49,9 @@
security.sudo.wheelNeedsPassword = false;
nix = {
autoOptimiseStore = true;
trustedUsers = [
nix.settings = {
auto-optimise-store = true;
trusted-users = [
"root"
"@wheel"
];