mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
feat: set trusted users to @wheel and root
This commit is contained in:
parent
f2f57f8e8f
commit
a1b6471073
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,10 @@
|
||||||
dates = "weekly";
|
dates = "weekly";
|
||||||
options = "--delete-older-than 7d";
|
options = "--delete-older-than 7d";
|
||||||
};
|
};
|
||||||
|
settings.trusted-users = [
|
||||||
|
"root"
|
||||||
|
"@wheel"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.nix-ld = {
|
programs.nix-ld = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue