From 62609ecba4373d6d89a39d7b5e7ca220ad869975 Mon Sep 17 00:00:00 2001 From: ene Date: Thu, 16 Feb 2023 17:36:26 +0100 Subject: Feat: Add impersistent for persistent files and dirs --- system/fileSystemLayouts/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'system/fileSystemLayouts/default.nix') diff --git a/system/fileSystemLayouts/default.nix b/system/fileSystemLayouts/default.nix index 9a9b8add..d861d888 100644 --- a/system/fileSystemLayouts/default.nix +++ b/system/fileSystemLayouts/default.nix @@ -35,6 +35,7 @@ in { "/srv" = { device = cfg.mainDisk; fsType = "btrfs"; + neededForBoot = true; options = ["subvol=storage" "compress-force=zstd:15"]; }; "/boot" = { -- cgit 1.4.1