diff options
| author | Alexander Kassouni <alex@kassouni.net> | 2026-08-29 23:53:40 -0700 |
|---|---|---|
| committer | Alexander Kassouni <alex@kassouni.net> | 2026-08-29 23:53:40 -0700 |
| commit | af99b4960a9bf1043234354d685ed23818c14aaa (patch) | |
| tree | 9d6bd855c76c2c99e16321e1df4eeaadade28739 /machines/common/base.nix | |
| parent | 8dcf355819cc6cd1e87924218c1adcd900ecda84 (diff) | |
new laptop
Diffstat (limited to 'machines/common/base.nix')
| -rw-r--r-- | machines/common/base.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/common/base.nix b/machines/common/base.nix index 46c82d9..4146d98 100644 --- a/machines/common/base.nix +++ b/machines/common/base.nix @@ -3,6 +3,8 @@ enable = true; }; + security.polkit.enable = true; + nix.settings.experimental-features = [ "nix-command" "flakes" |
