feat(gallifrey): intro backup ssd

This commit is contained in:
Julien Malka 2024-11-01 22:42:43 +01:00
parent 82977f79ea
commit 3343c41223
Signed by: Luj
GPG key ID: 6FC74C847011FD83

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 || :