Merge pull request #109607 from alesguzik/improve_snapper_example
nixos/snapper: improve config example
This commit is contained in:
commit
2756a5b4df
|
@ -48,6 +48,8 @@ in
|
|||
subvolume = "/home";
|
||||
extraConfig = ''
|
||||
ALLOW_USERS="alice"
|
||||
TIMELINE_CREATE=yes
|
||||
TIMELINE_CLEANUP=yes
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue