fix(nix): add michael as trusted nix user
This commit is contained in:
parent
815cc42d75
commit
6b9ca1f09d
@ -71,7 +71,10 @@
|
|||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
'';
|
'';
|
||||||
settings.auto-optimise-store = false;
|
settings = {
|
||||||
|
auto-optimise-store = false;
|
||||||
|
trusted-users = ["root" "michael"];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
system = {
|
system = {
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
dates = "weekly";
|
dates = "weekly";
|
||||||
options = "--delete-older-than 30d";
|
options = "--delete-older-than 30d";
|
||||||
};
|
};
|
||||||
|
trustedUsers = ["root" "michael"];
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.config = {
|
nixpkgs.config = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user