mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Fix deprecated usage of nix.allowedUsers
on altra
Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
parent
37af8fca1e
commit
705eeea37d
|
@ -44,7 +44,7 @@ in
|
|||
];
|
||||
|
||||
environment.defaultPackages = mkForce [];
|
||||
nix.allowedUsers = [ "@wheel" ];
|
||||
nix.settings.allowed-users = [ "@wheel" ];
|
||||
security.sudo.execWheelOnly = true;
|
||||
|
||||
security.auditd.enable = true;
|
||||
|
|
Loading…
Reference in a new issue