feat: btrbk
This commit is contained in:
parent
fcc7c22739
commit
eab0bd8d10
3 changed files with 39 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue