refactor(nix/host/orion): remove snapper
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m4s

This commit is contained in:
Price Hiller 2024-05-29 12:11:26 -05:00
parent 355dbf5a9f
commit e200a4db50
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -15,15 +15,6 @@
"/persist"
];
};
snapper = {
# NOTE: According to `snapper-config(5)` the default timeline count for all timelines is 10
# (see TIMELINE_LIMIT_HOURLY, ...DAILY, etc.)
configs.persist = {
TIMELINE_CREATE = true;
TIMELINE_CLEANUP = true;
SUBVOLUME = "${persist-dir}";
};
};
};
fileSystems."${persist-dir}".neededForBoot = true;