Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
spiceratops committed Aug 6, 2024
1 parent 2636c08 commit 4700c61
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nixos/hosts/mnas/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

boot = {

initrd.availableKernelModules = [ "xhci_pci" "ahci" "mpt3sas" "nvme" "usbhid" "usb_storage" "sd_mod" ];
initrd.availableKernelModules = [ "uhci_hcd" "ehci_pci" "ahci" "mpt3sas" "virtio_pci" "virtio_scsi" "sd_mod" "sr_mod" ];
initrd.kernelModules = [ ];
kernelModules = [ "kvm-intel" ];
extraModulePackages = [ ];
Expand Down Expand Up @@ -71,6 +71,7 @@
{
device = "/dev/disk/by-label/EFI";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];
};

fileSystems."/nix" =
Expand All @@ -86,6 +87,8 @@
neededForBoot = true; # for impermanence
};

swapDevices = [ ];

# TODO
# fileSystems."/mnt/cache" =
# {
Expand Down

0 comments on commit 4700c61

Please sign in to comment.