fix(nix): add michael as trusted nix user
This commit is contained in:
parent
815cc42d75
commit
6b9ca1f09d
@ -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 = {
|
||||
|
@ -12,6 +12,7 @@
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
trustedUsers = ["root" "michael"];
|
||||
};
|
||||
|
||||
nixpkgs.config = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user