summaryrefslogtreecommitdiff
path: root/hosts/antares
diff options
context:
space:
mode:
authorDominik Kaiser2025-02-17 17:12:14 +0100
committerDominik Kaiser2025-02-17 17:12:14 +0100
commit5a29538e79f6a8b0d57e23fc930ef6e8e1acaa7c (patch)
tree4f9ee3bb2ce9e4a1b50fcbe6ba2e8398db1326ce /hosts/antares
parenta45cdec50ad86fe908f37d0ec38cfb48ac743726 (diff)
downloadnixos-5a29538e79f6a8b0d57e23fc930ef6e8e1acaa7c.tar.gz
nixos-5a29538e79f6a8b0d57e23fc930ef6e8e1acaa7c.zip
Modularize locale
Diffstat (limited to 'hosts/antares')
-rw-r--r--hosts/antares/configuration.nix2
1 files changed, 1 insertions, 1 deletions
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;