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;
|
blueman.enable = true;
|
||||||
snapper.configs = {
|
snapper.configs = {
|
||||||
home = {
|
home = {
|
||||||
subvolume = "/home";
|
SUBVOLUME = "/home";
|
||||||
extraConfig = ''
|
ALLOW_USERS = [ "me" ];
|
||||||
ALLOW_USERS="me"
|
TIMELINE_CREATE = true;
|
||||||
TIMELINE_CREATE=yes
|
TIMELINE_CLEANUP = true;
|
||||||
TIMELINE_CLEANUP=yes
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user