diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-31 10:56:43 +0200 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-31 10:56:43 +0200 |
| commit | 1b2d2770db362db678034a575dff3ea0cc0f3db7 (patch) | |
| tree | e9c921f37b27fcd919db9adf6d453649369e9dbb /modules/user-profiles/root.nix | |
| parent | 3456adda91a596bb559dafdd280b3c26345904bd (diff) | |
Diffstat (limited to 'modules/user-profiles/root.nix')
| -rw-r--r-- | modules/user-profiles/root.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user-profiles/root.nix b/modules/user-profiles/root.nix index 901cd78..89f905c 100644 --- a/modules/user-profiles/root.nix +++ b/modules/user-profiles/root.nix @@ -16,5 +16,5 @@ }; # Allow to run nix - nix.settings.allowedUsers = [ "root" ]; + nix.settings.allowed-users = [ "root" ]; } |
