diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/user-profiles/defin.nix | 2 | ||||
| -rw-r--r-- | modules/user-profiles/root.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/user-profiles/defin.nix b/modules/user-profiles/defin.nix index 253c8db..667986d 100644 --- a/modules/user-profiles/defin.nix +++ b/modules/user-profiles/defin.nix @@ -21,5 +21,5 @@ }; # Allow to run nix - nix.allowedUsers = [ "defin" ]; + nix.settings.allowedUsers = [ "defin" ]; }
\ No newline at end of file diff --git a/modules/user-profiles/root.nix b/modules/user-profiles/root.nix index b123b04..901cd78 100644 --- a/modules/user-profiles/root.nix +++ b/modules/user-profiles/root.nix @@ -16,5 +16,5 @@ }; # Allow to run nix - nix.allowedUsers = [ "root" ]; + nix.settings.allowedUsers = [ "root" ]; } |
