cleanup, reorganise, syncthing

This commit is contained in:
2025-03-26 16:33:45 +02:00
parent d4b568a0d5
commit 8cd8b47273
3 changed files with 43 additions and 15 deletions

View File

@ -21,10 +21,14 @@
'';
};
in {
boot.initrd.availableKernelModules = ["ahci" "xhci_pci" "virtio_pci" "sr_mod" "virtio_blk" "xe" "i915"];
boot.initrd.kernelModules = [];
boot.kernelModules = ["kvm-intel"];
boot.extraModulePackages = [];
boot = {
initrd = {
availableKernelModules = ["ahci" "xhci_pci" "virtio_pci" "sr_mod" "virtio_blk" "xe" "i915"];
kernelModules = [];
};
kernelModules = ["kvm-intel"];
extraModulePackages = [];
};
swapDevices = [
{