From 801594dd2168c6d99b34de0bc26ec037aa91ebee Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 24 Sep 2026 10:56:18 +0200 Subject: ... --- hosts/skadhi/fs.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/skadhi/fs.nix') diff --git a/hosts/skadhi/fs.nix b/hosts/skadhi/fs.nix index 64d49f7d..73191aa9 100644 --- a/hosts/skadhi/fs.nix +++ b/hosts/skadhi/fs.nix @@ -62,6 +62,7 @@ mkdir $out install -d ${lib.concatMapStringsSep " " (p: "$out/${p}") (dirs ++ subvols)} install -m 0700 -d ${lib.concatMapStringsSep " " (p: "$out/${p}") restricted} + ln -s /etc/zoneinfo/UTC /persistent/etc/localtime '')) ] ++ lib.concatMap (p: ["--subvol" p]) (subvols ++ restricted); subvolumes = { -- cgit v1.2.3