Snapper: switch to new format

This commit is contained in:
Filippo Berto 2023-06-05 15:01:23 +02:00
parent 2059cca253
commit 3df5b1149a
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
2 changed files with 17 additions and 28 deletions

View file

@ -131,15 +131,13 @@ with lib; {
configs =
let
common = {
extraConfig = ''
ALLOW_USERS="bertof"
TIMELINE_CREATE=yes
TIMELINE_CLEANUP=yes
'';
ALLOW_USERS = [ "bertof" ];
TIMELINE_CLEANUP = true;
TIMELINE_CREATE = true;
};
in
{
bertof_home = recursiveUpdate common { subvolume = "/home/bertof"; };
bertof_home = recursiveUpdate common { SUBVOLUME = "/home/bertof"; };
};
};
thermald.enable = true;