removed moondeck buddy

This commit is contained in:
kenji
2025-08-13 18:16:22 -05:00
parent 29453240ed
commit cb224894b8
4 changed files with 14 additions and 5 deletions
+3 -3
View File
@@ -8,19 +8,19 @@
[ (modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" ];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/9f701bae-3392-4927-b27d-a905dd67edab";
{ device = "/dev/disk/by-uuid/43a2db2f-a691-4094-b4c7-11853627de39";
fsType = "btrfs";
options = [ "subvol=@" ];
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/894C-F998";
{ device = "/dev/disk/by-uuid/C4BB-A8B7";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];
};