nixos/colony: Switch to proper backup LV
This commit is contained in:
parent
c8385a466e
commit
438f2c835d
@ -82,7 +82,7 @@
|
|||||||
neededForBoot = true;
|
neededForBoot = true;
|
||||||
};
|
};
|
||||||
"/mnt/backup" = {
|
"/mnt/backup" = {
|
||||||
device = "/dev/main/tmp-backup";
|
device = "/dev/main/backup";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user