diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-04 22:27:22 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-04 22:27:22 -0600 |
| commit | a933e77443bfa3d918b6e04339464d4ae41f86b2 (patch) | |
| tree | 071fb42eebdf547e7343a9a8cf41b490b33e4601 /modules/user-profiles/defin.nix | |
| parent | 42c3986ed796e6825e8cd8a864da004c50eed6f3 (diff) | |
moved an env config to configs
enabled users for nix
generated new hardware config to hopefully prevent emergency mode
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 86152f6..36b3cbc 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" "root" ]; + nix.settings.allowed-users = [ "defin" ]; }
\ No newline at end of file |
