From fc413ce5653cab32031cdb7774d8221be7c057e9 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Sun, 13 Nov 2022 16:00:42 +0100 Subject: [PATCH] trantor's vfs_share --- trantor.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/trantor.nix b/trantor.nix index 3531669..d821752 100644 --- a/trantor.nix +++ b/trantor.nix @@ -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";