mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 12:40:13 +00:00
lock down nix daemon
This commit is contained in:
@ -73,6 +73,9 @@
|
||||
path = builtins.toString pkgs.path;
|
||||
};
|
||||
|
||||
# For security, only allow specific users
|
||||
settings.allowed-users = [ "@wheel" config.user ];
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user