nixos/colony: Switch to proper backup LV

This commit is contained in:
Jack O'Sullivan 2023-02-22 01:26:19 +00:00
parent c8385a466e
commit 438f2c835d

View File

@ -82,7 +82,7 @@
neededForBoot = true;
};
"/mnt/backup" = {
device = "/dev/main/tmp-backup";
device = "/dev/main/backup";
fsType = "ext4";
};
};