diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-31 10:55:40 +0200 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-31 10:55:40 +0200 |
| commit | 3456adda91a596bb559dafdd280b3c26345904bd (patch) | |
| tree | bfacce253595c51a60af637d4f1a2f595ca9f799 /modules/user-profiles/defin.nix | |
| parent | b2cb618a28e983f88987691bd0024cde1ba164cf (diff) | |
Diffstat (limited to 'modules/user-profiles/defin.nix')
| -rw-r--r-- | modules/user-profiles/defin.nix | 2 |
1 files changed, 1 insertions, 1 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 |
