feat(systems/profiles/lxc): set timezone
1 files changed, 2 insertions(+), 0 deletions(-) M systems/profiles/lxc/lxc.nix
M systems/profiles/lxc/lxc.nix => systems/profiles/lxc/lxc.nix +2 -0
@@ 14,6 14,8 @@ ln -fs $systemConfig/init /sbin/init ''; + time.timeZone = "Europe/Helsinki"; + networking.defaultGateway = { address = "10.1.2.1"; interface = "eth0";