feat: btrbk

This commit is contained in:
Julien Hémono 2024-10-21 11:58:36 +02:00
parent fcc7c22739
commit eab0bd8d10
3 changed files with 39 additions and 2 deletions

View file

@ -13,14 +13,20 @@
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
boot.initrd.luks.devices."root".device = "/dev/disk/by-uuid/698c62d9-1115-4756-b812-1daae4898b83";
fileSystems."/btr_pool" =
{ device = "/dev/disk/by-uuid/c0db6860-b647-42eb-943f-892dde3847b2";
fsType = "btrfs";
options = [ "subvolid=5" ];
};
fileSystems."/" =
{ device = "/dev/disk/by-uuid/c0db6860-b647-42eb-943f-892dde3847b2";
fsType = "btrfs";
options = [ "subvol=@" ];
};
boot.initrd.luks.devices."root".device = "/dev/disk/by-uuid/698c62d9-1115-4756-b812-1daae4898b83";
fileSystems."/home" =
{ device = "/dev/disk/by-uuid/c0db6860-b647-42eb-943f-892dde3847b2";
fsType = "btrfs";