From 600571da59f253aa46cbb8e01b80ef8b47c141f3 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Sun, 25 Aug 2024 19:24:27 +0300 Subject: [PATCH] feat(systems/profiles/lxc): set timezone --- systems/profiles/lxc/lxc.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systems/profiles/lxc/lxc.nix b/systems/profiles/lxc/lxc.nix index c6f73c0..b25979d 100644 --- a/systems/profiles/lxc/lxc.nix +++ b/systems/profiles/lxc/lxc.nix @@ -14,6 +14,8 @@ ln -fs $systemConfig/init /sbin/init ''; + time.timeZone = "Europe/Helsinki"; + networking.defaultGateway = { address = "10.1.2.1"; interface = "eth0"; -- 2.44.1