about summary refs log tree commit diff stats
path: root/system/polkit
diff options
context:
space:
mode:
Diffstat (limited to 'system/polkit')
-rw-r--r--system/polkit/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/polkit/default.nix b/system/polkit/default.nix
new file mode 100644
index 00000000..9de68f35
--- /dev/null
+++ b/system/polkit/default.nix
@@ -0,0 +1,3 @@
+{...}: {
+  security.polkit.enable = true;
+}