diff --git a/nixos/machines/justin-bieber-creek.nix b/nixos/machines/justin-bieber-creek.nix index 64081c01..07eb2f9c 100644 --- a/nixos/machines/justin-bieber-creek.nix +++ b/nixos/machines/justin-bieber-creek.nix @@ -8,7 +8,8 @@ myModules.fonts.enable = true; myModules.base.enable = true; myModules.desktop.enable = true; - + services.home-assistant.enable = true; + boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" ]; @@ -39,4 +40,4 @@ home-manager.users = forEachUser { home.stateVersion = "23.05"; }; -} \ No newline at end of file +}