Add geoclue2
This commit is contained in:
parent
adc9ea9e38
commit
6bbf15397c
1 changed files with 11 additions and 1 deletions
|
@ -31,7 +31,17 @@
|
|||
|
||||
# Set your time zone.
|
||||
#time.timeZone = "Europe/Amsterdam";
|
||||
time.timeZone = "Europe/Tallinn";
|
||||
#time.timeZone = "Europe/Tallinn";
|
||||
services.localtimed.enable = true;
|
||||
services.geoclue2 = {
|
||||
enable = true;
|
||||
enableWifi = false;
|
||||
appConfig.redshift = {
|
||||
isAllowed = true;
|
||||
isSystem = false;
|
||||
desktopID = "redshift";
|
||||
};
|
||||
};
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like fi:le locations and database versions
|
||||
|
|
Loading…
Add table
Reference in a new issue