summaryrefslogtreecommitdiff
path: root/modules/user-profiles
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
parentb2cb618a28e983f88987691bd0024cde1ba164cf (diff)
Diffstat (limited to 'modules/user-profiles')
-rw-r--r--modules/user-profiles/defin.nix2
-rw-r--r--modules/user-profiles/root.nix2
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" ];
}