yep, more dotfiles

move timezone information to hardware

wiro.world 2430d9a5 2e44662b

verified
+5 -2
+2
nixos/hardware/archaic-wiro-laptop.nix
··· 7 7 config = { 8 8 system.stateVersion = "23.05"; 9 9 10 + time.timeZone = "Europe/Paris"; 11 + 10 12 # --- Generated by `nixos-generate-config` --- 11 13 boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "sd_mod" "rtsx_pci_sdmmc" ]; 12 14 boot.initrd.kernelModules = [ ];
+3
nixos/hardware/neo-wiro-laptop.nix
··· 19 19 config = { 20 20 system.stateVersion = "23.05"; 21 21 22 + # time.timeZone = "Europe/Paris"; 23 + time.timeZone = "Europe/London"; 24 + 22 25 systemd.package = patched-systemd; 23 26 24 27 # Disable the meta key at the kernel level, rebind unused right alt to meta
-2
nixos/profiles/laptop.nix
··· 51 51 52 52 programs.dconf.enable = true; 53 53 54 - time.timeZone = "Europe/Paris"; 55 - 56 54 services.ntpd-rs.enable = true; 57 55 58 56 i18n =