Redshift: Difference between revisions

Layer-09 (talk | contribs)
Changed the layout, added more information
Layer-09 (talk | contribs)
mNo edit summary
Line 9: Line 9:
==== Basic ====
==== Basic ====
<syntaxHighlight lang=nix>
<syntaxHighlight lang=nix>
# location.provider = "geoclue2"
# All values except 'enable' are optional.
services.redshift = {
services.redshift = {
   enable = true;
   enable = true;
Line 18: Line 16:
   };
   };
};
};
services.geoclue2.enable = true;
location.provider = "geoclue2";
</syntaxHighlight>
</syntaxHighlight>