Revert "Gonna reinstall with zfs now wish me luck"

This reverts commit ee7dc7925d.
This commit is contained in:
Jimbo 2024-11-05 01:48:41 -05:00
parent ee7dc7925d
commit 6a5774b9b9
5 changed files with 67 additions and 39 deletions

View file

@ -0,0 +1,13 @@
{ ... }:
{
imports = [
./root
./jimbo
];
services.snapper = {
snapshotInterval = "0/6:00:00";
cleanupInterval = "12:00:00";
persistentTimer = true;
};
}