allow timezone for server

This commit is contained in:
Dmitriy Kholkin 2021-10-26 01:08:59 +03:00
parent 7d5d966668
commit 8167c98703

View File

@ -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";