This commit is contained in:
Lucy Hochkamp 2024-04-04 16:39:51 +02:00
parent 1e7dd05f6e
commit c58c137f5a
No known key found for this signature in database
3 changed files with 137 additions and 7 deletions

View file

@ -40,6 +40,10 @@
device = "rpool/content/safe/data/media";
fsType = "zfs";
};
fileSystems."/backups/DaedalusTimeMachine" = {
device = "rpool/content/local/backups/daedalus";
fsType = "zfs";
};
fileSystems."/backups" = {
device = "rpool/content/local/backups";
fsType = "zfs";