diff options
Diffstat (limited to 'hosts/piframe')
| -rw-r--r-- | hosts/piframe/configuration.nix | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/hosts/piframe/configuration.nix b/hosts/piframe/configuration.nix index a78313b..b45a293 100644 --- a/hosts/piframe/configuration.nix +++ b/hosts/piframe/configuration.nix @@ -43,15 +43,14 @@ # Configure piframe home home-manager.users.piframe = { - services.gammastep = { - enable = true; - temperature = { - day = 6500; - night = 3600; - }; + services = { + _gammastep.enable = true; # Manual location to avoid having to mess with geoclue - latitude = 41.881832; - longitude = -87.623177; + gammastep = { + provider = "manual"; + latitude = 41.881832; + longitude = -87.623177; + }; }; programs.bash = { enable = true; |
