From 849bb59d51443c1b08a65926a001c69660b89fae Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 8 Aug 2024 17:41:18 +0200 Subject: ... --- hosts/sif/default.nix | 2 ++ system-profiles/default-locale.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix index 5ed4e05e..f505874b 100644 --- a/hosts/sif/default.nix +++ b/hosts/sif/default.nix @@ -684,6 +684,8 @@ in { "/var/lib/fprint" "/var/lib/bluetooth" "/etc/NetworkManager/system-connections" + { directory = "/var/uucp"; user = "uucp"; group = "uucp"; mode = "0700"; } + { directory = "/var/spool/uucp"; user = "uucp"; group = "uucp"; mode = "0750"; } ]; files = [ "/etc/localtime" diff --git a/system-profiles/default-locale.nix b/system-profiles/default-locale.nix index 6c95504b..2d483f04 100644 --- a/system-profiles/default-locale.nix +++ b/system-profiles/default-locale.nix @@ -6,7 +6,7 @@ with lib; i18n = { defaultLocale = "en_DK.UTF-8"; extraLocaleSettings = { - "TIME_STYLE" = "posix-long-iso"; + "TIME_STYLE" = "long-iso"; }; supportedLocales = [ "C.UTF-8/UTF-8" "en_US.UTF-8/UTF-8" "en_DK.UTF-8/UTF-8" ]; }; -- cgit v1.2.3