summaryrefslogtreecommitdiff
path: root/modules/user-profiles/defin.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-08-31 10:55:40 +0200
committerDevin Finlinson <devin.finlinson@pm.me>2023-08-31 10:55:40 +0200
commit3456adda91a596bb559dafdd280b3c26345904bd (patch)
treebfacce253595c51a60af637d4f1a2f595ca9f799 /modules/user-profiles/defin.nix
parentb2cb618a28e983f88987691bd0024cde1ba164cf (diff)
Diffstat (limited to 'modules/user-profiles/defin.nix')
-rw-r--r--modules/user-profiles/defin.nix2
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