From 5a29538e79f6a8b0d57e23fc930ef6e8e1acaa7c Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Mon, 17 Feb 2025 17:12:14 +0100 Subject: Modularize locale --- hosts/antares/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/antares') diff --git a/hosts/antares/configuration.nix b/hosts/antares/configuration.nix index 5ac3fe2..92284b6 100644 --- a/hosts/antares/configuration.nix +++ b/hosts/antares/configuration.nix @@ -9,6 +9,7 @@ (modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/profiles/qemu-guest.nix") ./disk-config.nix + ../common/global ]; boot.loader.grub = { # no need to set devices, disko will add all devices that have a EF02 partition to the list already @@ -33,7 +34,6 @@ }; networking.hostName = "antares"; - time.timeZone = "Europe/Berlin"; virtualisation.podman = { enable = true; -- cgit v1.2.3