about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-12-20 12:46:05 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2018-12-25 18:38:19 -0500
commitc65edd687f11a5b16b79bc90b129ccdf9b8bc902 (patch)
treebaaf0adcd1794a118507c37b9b491f586de10d1d /nixos
parentee929c7299ee67eadfdda88d81d13e2a602dcdd9 (diff)
geoclue2: correct sysconfdir
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/desktops/geoclue2.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/desktops/geoclue2.nix b/nixos/modules/services/desktops/geoclue2.nix
index dafb0af207567..840aa5294ed0d 100644
--- a/nixos/modules/services/desktops/geoclue2.nix
+++ b/nixos/modules/services/desktops/geoclue2.nix
@@ -61,6 +61,8 @@ in
         wantedBy = [ "default.target" ];
       };
     };
+
+    environment.etc."geoclue/geoclue.conf".source = "${package}/etc/geoclue/geoclue.conf";
   };
 
 }