trantor's vfs_share

feat/kile-v2
Ricard Illa 2022-11-13 16:00:42 +01:00
parent fefc775ad0
commit fc413ce565
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 7 additions and 0 deletions

View File

@ -46,6 +46,13 @@ in {
neededForBoot = true;
};
"/mnt/vfs_share" = {
device = "/dev/mapper/user";
fsType = "btrfs";
options = [ "subvol=vfs_share" "compress=zstd" ];
neededForBoot = true;
};
"/nix" = {
device = "/dev/mapper/system";
fsType = "btrfs";