Whatever, go my commit

This commit is contained in:
Jimbo 2025-01-01 18:38:46 -05:00
parent ab6f4f9946
commit c7d6148cff
4 changed files with 59 additions and 76 deletions

View file

@ -1,13 +1,8 @@
{ config, lib, pkgs, modulesPath, ... }:
{
boot.initrd = {
availableKernelModules = [
"xhci_pci"
"virtio_scsi"
];
kernelModules = [
"dm-snapshot"
];
availableKernelModules = [ "xhci_pci" "virtio_scsi" ];
kernelModules = [ "dm-snapshot" ];
};
fileSystems = {