From 3456adda91a596bb559dafdd280b3c26345904bd Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Thu, 31 Aug 2023 10:55:40 +0200 Subject: --- modules/user-profiles/defin.nix | 2 +- modules/user-profiles/root.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') 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" ]; } -- cgit v1.2.3