From 1b2d2770db362db678034a575dff3ea0cc0f3db7 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Thu, 31 Aug 2023 10:56:43 +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 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" ]; } -- cgit v1.2.3