summaryrefslogtreecommitdiff
path: root/modules/user-profiles
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-08-31 10:56:43 +0200
committerDevin Finlinson <devin.finlinson@pm.me>2023-08-31 10:56:43 +0200
commit1b2d2770db362db678034a575dff3ea0cc0f3db7 (patch)
treee9c921f37b27fcd919db9adf6d453649369e9dbb /modules/user-profiles
parent3456adda91a596bb559dafdd280b3c26345904bd (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 667986d..36b3cbc 100644
--- a/modules/user-profiles/defin.nix
+++ b/modules/user-profiles/defin.nix
@@ -21,5 +21,5 @@
};
# Allow to run nix
- nix.settings.allowedUsers = [ "defin" ];
+ nix.settings.allowed-users = [ "defin" ];
} \ No newline at end of file
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" ];
}