summaryrefslogtreecommitdiff
path: root/machines/common/base.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/common/base.nix')
-rw-r--r--machines/common/base.nix2
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"