From 47b7cce953b99aa4eea9355f12472bfdd23d4c5e Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 20 Jul 2025 22:13:03 +0000 Subject: [PATCH] temp: disable timezoned for swan not sure why it doesn't work right now tbh --- hosts/x86_64-linux/swan/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/x86_64-linux/swan/default.nix b/hosts/x86_64-linux/swan/default.nix index e01d833..73b6672 100644 --- a/hosts/x86_64-linux/swan/default.nix +++ b/hosts/x86_64-linux/swan/default.nix @@ -33,6 +33,9 @@ rec { system.stateVersion = "23.05"; + # Overrides + services.automatic-timezoned.enable = false; + # Not sure what's necessary but too afraid to remove anything boot.initrd.availableKernelModules = [ "xhci_pci"