From 3f046a41c48f0c0fb84f552f07973ffc755bd92a Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Sun, 21 Apr 2024 19:00:39 +0200 Subject: [PATCH] fix subvol --- hosts/vessel/backup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/vessel/backup.nix b/hosts/vessel/backup.nix index a0e66f8..6db998c 100644 --- a/hosts/vessel/backup.nix +++ b/hosts/vessel/backup.nix @@ -40,7 +40,7 @@ in { fileSystems."/srv/backup" = { device = "/dev/disk/by-label/backup"; fsType = "btrfs"; - options = ["subvol=main" "compress=zstd" "noatime"]; + options = ["subvol=/" "compress=zstd" "noatime"]; }; age.secrets."restic-${attrName}".file = ../../secrets/restic-${attrName}.age;