Merge pull request #109607 from alesguzik/improve_snapper_example

nixos/snapper: improve config example
This commit is contained in:
markuskowa 2021-01-17 11:39:00 +01:00 committed by GitHub
commit 2756a5b4df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,8 @@ in
subvolume = "/home";
extraConfig = ''
ALLOW_USERS="alice"
TIMELINE_CREATE=yes
TIMELINE_CLEANUP=yes
'';
};
};