mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-22 14:10:14 +00:00
temp: disable timezoned for swan
not sure why it doesn't work right now tbh
This commit is contained in:
@ -33,6 +33,9 @@ rec {
|
|||||||
|
|
||||||
system.stateVersion = "23.05";
|
system.stateVersion = "23.05";
|
||||||
|
|
||||||
|
# Overrides
|
||||||
|
services.automatic-timezoned.enable = false;
|
||||||
|
|
||||||
# Not sure what's necessary but too afraid to remove anything
|
# Not sure what's necessary but too afraid to remove anything
|
||||||
boot.initrd.availableKernelModules = [
|
boot.initrd.availableKernelModules = [
|
||||||
"xhci_pci"
|
"xhci_pci"
|
||||||
|
Reference in New Issue
Block a user