feat(gallifrey): intro backup ssd

This commit is contained in:
Luj 2024-11-01 22:42:43 +01:00
parent 016dd9c974
commit 0f4cce40dc

View file

@ -22,6 +22,12 @@
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
boot.kernelPackages = pkgs.linuxPackages_latest;
fileSystems."/data" = {
device = "/dev/disk/by-uuid/4680be45-8156-4bf0-8b0b-e7493aaf37c0";
fsType = "ext4";
};
boot.initrd.postDeviceCommands = ''
lvm lvremove --force /dev/mainpool/root || :