let's try CI images again
This commit is contained in:
parent
9d8bfef042
commit
73b366b59a
7 changed files with 67 additions and 5 deletions
|
|
@ -29,16 +29,16 @@
|
|||
services = {
|
||||
gammastep = {
|
||||
enable = true;
|
||||
dawnTime = "6:00-8:00";
|
||||
duskTime = "20:00-22:00";
|
||||
dawnTime = "6:00-7:00";
|
||||
duskTime = "18:00-19:00";
|
||||
latitude = 43.0;
|
||||
longitude = -89.0;
|
||||
temperature.day = 5000;
|
||||
temperature.night = 3000;
|
||||
temperature.night = 2000;
|
||||
};
|
||||
mako.enable = true;
|
||||
mako.settings = {
|
||||
default-timeout = 5;
|
||||
default-timeout = 5000;
|
||||
};
|
||||
udiskie.enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue