New config structure for snapper
This commit is contained in:
parent
aec6e76c42
commit
d3a124324f
@ -35,12 +35,10 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||
blueman.enable = true;
|
||||
snapper.configs = {
|
||||
home = {
|
||||
subvolume = "/home";
|
||||
extraConfig = ''
|
||||
ALLOW_USERS="me"
|
||||
TIMELINE_CREATE=yes
|
||||
TIMELINE_CLEANUP=yes
|
||||
'';
|
||||
SUBVOLUME = "/home";
|
||||
ALLOW_USERS = [ "me" ];
|
||||
TIMELINE_CREATE = true;
|
||||
TIMELINE_CLEANUP = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user