Snapper: switch to new format
This commit is contained in:
parent
2059cca253
commit
3df5b1149a
2 changed files with 17 additions and 28 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue