From 7e1b478aec9a9592ee9eef681cb17cde8e305449 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sat, 21 Mar 2026 19:56:39 -0400 Subject: [PATCH] geoclue2: allow zen-twilight --- system/common.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/system/common.nix b/system/common.nix index 8c477cf..35b9194 100644 --- a/system/common.nix +++ b/system/common.nix @@ -169,7 +169,13 @@ power-profiles-daemon.enable = true; # geolocation (uses beacondb.net by default) - geoclue2.enable = true; + geoclue2 = { + enable = true; + appConfig.zen-twilight = { + isAllowed = true; + isSystem = false; + }; + }; }; # EST