diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-04 21:56:03 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-04 21:56:03 -0600 |
| commit | 42c3986ed796e6825e8cd8a864da004c50eed6f3 (patch) | |
| tree | 6fb5b15648024cef38cdb057ca1dd8d4f5c14ea8 /modules/user-profiles/defin.nix | |
| parent | 29eb8d377940bd5ad78e77a1106b0d0e1a021391 (diff) | |
hopefully the rebuild stops breaking
Diffstat (limited to 'modules/user-profiles/defin.nix')
| -rw-r--r-- | modules/user-profiles/defin.nix | 2 |
1 files changed, 1 insertions, 1 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 |
