feat: reinit gallifrey

This commit is contained in:
Luj 2025-09-15 15:48:21 +02:00
parent 311f5842fc
commit e6ef41a050
Signed by: luj
GPG key ID: 6FC74C847011FD83
5 changed files with 54 additions and 100 deletions

View file

@ -14,20 +14,16 @@
];
boot.initrd.availableKernelModules = [
"xhci_pci"
"nvme"
"usb_storage"
"xhci_pci"
"ahci"
"usbhid"
"usb_storage"
"sd_mod"
];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.kernelPackages = pkgs.linuxPackages_6_13;
fileSystems."/data" = {
device = "/dev/disk/by-uuid/4680be45-8156-4bf0-8b0b-e7493aaf37c0";
fsType = "ext4";
};
boot.initrd.postDeviceCommands = ''
lvm lvremove --force /dev/mainpool/root || :