summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/main-laptop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/main-laptop.nix')
-rw-r--r--makefu/2configs/main-laptop.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/makefu/2configs/main-laptop.nix b/makefu/2configs/main-laptop.nix
index 315fc470..cb78c823 100644
--- a/makefu/2configs/main-laptop.nix
+++ b/makefu/2configs/main-laptop.nix
@@ -68,11 +68,10 @@ in {
};
security.sudo.extraConfig = "${config.krebs.power-action.user} ALL= (root) NOPASSWD: ${pkgs.systemd}/bin/systemctl suspend";
- services.redshift = {
- enable = true;
- latitude = "48.7";
- longitude = "9.1";
- };
+ services.redshift.enable = true;
+ location.latitude = 48.7;
+ location.longitude = 9.1;
+
systemd.services.look-up = {
startAt = "*:30";
serviceConfig = {