set snapper cleanup interval to 1h
This commit is contained in:
parent
84f9815ebb
commit
5008989f2e
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
{ config, lib, ... }: {
|
{ config, lib, ... }: {
|
||||||
services.snapper = {
|
services.snapper = {
|
||||||
|
cleanupInterval = "1h";
|
||||||
configs.home = {
|
configs.home = {
|
||||||
fstype = "btrfs";
|
fstype = "btrfs";
|
||||||
subvolume = "/home";
|
subvolume = "/home";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue