From ae9a80c1f012686c1f65fce7ce76fdd1b77b0b71 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 23 Sep 2026 21:08:35 +0200 Subject: ... --- hosts/skadhi/default.nix | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'hosts/skadhi/default.nix') diff --git a/hosts/skadhi/default.nix b/hosts/skadhi/default.nix index 96be2e5b..1f3f5306 100644 --- a/hosts/skadhi/default.nix +++ b/hosts/skadhi/default.nix @@ -1,9 +1,8 @@ { flake, flakeInputs, pkgs, config, lib, ... }: { imports = with flake.nixosModules.systemProfiles; [ - ./hw.nix ./fs.nix - tmpfs-root default-locale openssh niri-unstable networkmanager lanzaboote zswap initrd-all-crypto-modules - flakeInputs.nixVirt.nixosModules.default + ./hw.nix ./fs.nix ./networking + tmpfs-root default-locale openssh lanzaboote zswap initrd-all-crypto-modules ]; config = { @@ -77,5 +76,11 @@ enable = true; config.hwaccel = true; }; + + environment.persistence."/persistent".timezone = true; + time.timeZone = null; + systemd.tmpfiles.settings = { + "10-localtime"."/etc/localtime".L.argument = "/persistent/etc/localtime"; + }; }; } -- cgit v1.2.3