This commit is contained in:
2026-03-05 23:13:31 +01:00
parent 37ef45284e
commit a96d1f87ae
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{ ... }: {
flake.nixosModules.computer-nadine = { system, ... }: {
flake.nixosModules.computer-deck = { system, ... }: {
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "ahci" "usbhid" "usb_storage" "sd_mod" ];
boot.kernelParams = [ "quiet" "splash" "boot.shell_on_fail" "loglevel=3" "rd.systemd.show_status=false" "rd.udev.log_level=3" "udev.log_priority=3" ];
nixpkgs.hostPlatform = system;