bjarte: no time zone
This commit is contained in:
parent
a5073929ec
commit
71f874d785
|
@ -37,6 +37,8 @@
|
||||||
#../../profiles/autossh-reverse-tunnels
|
#../../profiles/autossh-reverse-tunnels
|
||||||
];
|
];
|
||||||
|
|
||||||
|
time.timeZone = null; # allows imperative configuring
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 57621 ]; # spotify local discovery
|
networking.firewall.allowedTCPPorts = [ 57621 ]; # spotify local discovery
|
||||||
|
|
||||||
# Networking
|
# Networking
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ lib, ... }: lib.mkMerge [
|
{ lib, ... }: lib.mkMerge [
|
||||||
{
|
{
|
||||||
# Time zone and internationalisation properties.
|
# Time zone and internationalisation properties.
|
||||||
time.timeZone = "Europe/Oslo";
|
time.timeZone = lib.mkDefault "Europe/Oslo";
|
||||||
i18n.defaultLocale = "en_US.utf8";
|
i18n.defaultLocale = "en_US.utf8";
|
||||||
i18n.extraLocaleSettings.LC_ADDRESS = "nb_NO.utf8";
|
i18n.extraLocaleSettings.LC_ADDRESS = "nb_NO.utf8";
|
||||||
i18n.extraLocaleSettings.LC_IDENTIFICATION = "nb_NO.utf8";
|
i18n.extraLocaleSettings.LC_IDENTIFICATION = "nb_NO.utf8";
|
||||||
|
|
Loading…
Reference in New Issue