fix(nix): add michael as trusted nix user

This commit is contained in:
Michael Thomas 2024-05-07 11:24:34 -04:00
parent 815cc42d75
commit 6b9ca1f09d
2 changed files with 5 additions and 1 deletions

View File

@ -71,7 +71,10 @@
extraOptions = ''
experimental-features = nix-command flakes
'';
settings.auto-optimise-store = false;
settings = {
auto-optimise-store = false;
trusted-users = ["root" "michael"];
};
};
system = {

View File

@ -12,6 +12,7 @@
dates = "weekly";
options = "--delete-older-than 30d";
};
trustedUsers = ["root" "michael"];
};
nixpkgs.config = {