From 42c3986ed796e6825e8cd8a864da004c50eed6f3 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Mon, 4 Sep 2023 21:56:03 -0600 Subject: hopefully the rebuild stops breaking --- modules/user-profiles/defin.nix | 2 +- modules/user-profiles/root.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/user-profiles/defin.nix b/modules/user-profiles/defin.nix index 36b3cbc..86152f6 100644 --- a/modules/user-profiles/defin.nix +++ b/modules/user-profiles/defin.nix @@ -21,5 +21,5 @@ }; # Allow to run nix - nix.settings.allowed-users = [ "defin" ]; + nix.settings.allowed-users = [ "defin" "root" ]; } \ No newline at end of file diff --git a/modules/user-profiles/root.nix b/modules/user-profiles/root.nix index 89f905c..ea299c0 100644 --- a/modules/user-profiles/root.nix +++ b/modules/user-profiles/root.nix @@ -16,5 +16,5 @@ }; # Allow to run nix - nix.settings.allowed-users = [ "root" ]; + # nix.settings.allowed-users = [ "root" ]; } -- cgit v1.2.3