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/root.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user-profiles/root.nix') 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