Gonna reinstall with zfs now wish me luck

This commit is contained in:
Jimbo 2024-11-05 00:43:02 -05:00
parent 07cb2d67a2
commit ee7dc7925d
5 changed files with 39 additions and 67 deletions

View file

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