mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
feat: only allow @wheel to use nix
This commit is contained in:
parent
4e63e55808
commit
197ac138e3
1 changed files with 1 additions and 2 deletions
|
|
@ -8,13 +8,12 @@
|
|||
{
|
||||
nix = {
|
||||
settings = {
|
||||
allowed-users = [ "@wheel" ];
|
||||
auto-optimise-store = true;
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
# substituters = [ "" ];
|
||||
# trusted-public-keys = [ "" ];
|
||||
};
|
||||
gc = {
|
||||
automatic = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue