mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-09-16 02:34:59 +02:00
feat: reinit gallifrey
This commit is contained in:
parent
311f5842fc
commit
e6ef41a050
5 changed files with 54 additions and 100 deletions
|
@ -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 || :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue