allow timezone for server
This commit is contained in:
parent
7d5d966668
commit
8167c98703
@ -11,7 +11,7 @@ with config.deviceSpecific; {
|
|||||||
LANG = lib.mkForce "en_GB.UTF-8";
|
LANG = lib.mkForce "en_GB.UTF-8";
|
||||||
};
|
};
|
||||||
|
|
||||||
time.timeZone = lib.mkIf (!isServer) "Europe/Moscow";
|
time.timeZone = "Europe/Moscow";
|
||||||
|
|
||||||
location = lib.mkIf (!isServer) {
|
location = lib.mkIf (!isServer) {
|
||||||
provider = "manual";
|
provider = "manual";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user