File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7676 } ;
7777
7878 services = {
79+ # TODO: extract automatic timezoned and geolocate to module for portable devices?
80+ automatic-timezoned . enable = true ;
81+ geoclue2 = {
82+ enableDemoAgent = mkForce true ; # FIXME: see https://github.com/NixOS/nixpkgs/issues/68489#issuecomment-1484030107
83+ geoProviderUrl = "https://beacondb.net/v1/geolocate" ;
84+ } ;
7985 getty . autologinUser = "${ username } " ; # hardcoded because this is a single user system
8086 udisks2 . enable = true ;
8187 undervolt = {
Original file line number Diff line number Diff line change @@ -14,12 +14,6 @@ with lib;
1414 } ;
1515
1616 services = {
17- # TODO: extract automatic timezoned and geolocate to module for portable devices?
18- automatic-timezoned . enable = true ;
19- geoclue2 = {
20- enableDemoAgent = mkForce true ; # FIXME: see https://github.com/NixOS/nixpkgs/issues/68489#issuecomment-1484030107
21- geoProviderUrl = "https://beacondb.net/v1/geolocate" ;
22- } ;
2317 keyd = {
2418 enable = true ;
2519 keyboards . default . settings = {
You can’t perform that action at this time.
0 commit comments