remove wlsunset

This commit is contained in:
Martin Larsson 2026-03-07 11:46:44 +01:00
parent 8369776ee0
commit e144b14e59

View file

@ -67,16 +67,6 @@ in
file = utils.mk_symlinks { inherit config dotfiles; }; file = utils.mk_symlinks { inherit config dotfiles; };
}; };
services = { services = {
wlsunset = {
enable = true;
sunrise = "07:00";
sunset = "20:00-22:00";
temperature = {
day = 6500;
night = 3500;
};
};
mako.enable = true; mako.enable = true;
ssh-agent.enable = true; ssh-agent.enable = true;
}; };