snapper timeline

feat/kile-v2
Ricard Illa 2022-05-25 12:07:35 +02:00
parent 96fc601a02
commit 4db1af8f59
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
2 changed files with 17 additions and 2 deletions

View File

View File

@ -110,8 +110,23 @@
}; };
services.snapper.configs = { services.snapper.configs = {
persist.subvolume = "/persist"; persist = {
data.subvolume = "/data"; subvolume = "/persist";
fstype = "btrfs";
extraConfig = ''
TIMELINE_CREATE=yes
TIMELINE_CLEANUP=yes
'';
};
data = {
subvolume = "/data";
fstype = "btrfs";
extraConfig = ''
TIMELINE_CREATE=yes
TIMELINE_CLEANUP=yes
'';
};
}; };
security.doas = { security.doas = {