From bb6203805261053948da87f86f09fa716f989ebc Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Wed, 17 Jul 2024 18:26:13 -0700 Subject: [PATCH] snowhawk: enable polkit --- hosts/snowhawk/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/snowhawk/configuration.nix b/hosts/snowhawk/configuration.nix index cbcae01..5cab381 100644 --- a/hosts/snowhawk/configuration.nix +++ b/hosts/snowhawk/configuration.nix @@ -92,6 +92,8 @@ } ]; + security.polkit.enable = true; + home-manager = { extraSpecialArgs = { inherit inputs; }; users = { "ravenshade" = import ./home.nix; };