services: init gammastep
This commit is contained in:
parent
581ad9ea62
commit
2afa495afd
2 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
imports = [./gpg.nix];
|
||||
imports = [./gpg.nix ./gammastep.nix];
|
||||
}
|
||||
|
|
12
home/services/gammastep.nix
Normal file
12
home/services/gammastep.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
_: {
|
||||
services.gammastep = {
|
||||
enable = true;
|
||||
provider = "manual";
|
||||
latitude = "40.730610";
|
||||
longitude = "-73.935242";
|
||||
dawnTime = "6:00-7:00";
|
||||
duskTime = "18:00-20:15";
|
||||
temperature.day = 5500;
|
||||
temperature.night = 3000;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue