Revert "Gonna reinstall with zfs now wish me luck"
This reverts commit ee7dc7925d
.
This commit is contained in:
parent
ee7dc7925d
commit
6a5774b9b9
5 changed files with 67 additions and 39 deletions
13
modules/system/devices/disks/snapper/default.nix
Normal file
13
modules/system/devices/disks/snapper/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./root
|
||||
./jimbo
|
||||
];
|
||||
|
||||
services.snapper = {
|
||||
snapshotInterval = "0/6:00:00";
|
||||
cleanupInterval = "12:00:00";
|
||||
persistentTimer = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue