vno1-gdrx: add btrfssnapshot
This commit is contained in:
parent
c7136d536d
commit
bc43fbf222
@ -79,29 +79,23 @@ in
|
|||||||
group = "users";
|
group = "users";
|
||||||
};
|
};
|
||||||
|
|
||||||
#btrfssnapshot = {
|
btrfssnapshot = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# subvolumes = [
|
subvolumes = [
|
||||||
# {
|
{
|
||||||
# subvolume = "/home";
|
subvolume = "/home";
|
||||||
# label = "5minutely";
|
label = "5minutely";
|
||||||
# keep = 12;
|
keep = 12;
|
||||||
# refreshInterval = "*:0/5";
|
refreshInterval = "*:0/5";
|
||||||
# }
|
}
|
||||||
# {
|
{
|
||||||
# subvolume = "/home";
|
subvolume = "/home";
|
||||||
# label = "hourly";
|
label = "hourly";
|
||||||
# keep = 24;
|
keep = 24;
|
||||||
# refreshInterval = "*:00:00";
|
refreshInterval = "*:00:00";
|
||||||
# }
|
}
|
||||||
# ];
|
];
|
||||||
#};
|
};
|
||||||
|
|
||||||
#wifibackup = {
|
|
||||||
# enable = true;
|
|
||||||
# toPath = "/home/${config.mj.username}/M-Active/.wifi";
|
|
||||||
# toUser = config.mj.username;
|
|
||||||
#};
|
|
||||||
|
|
||||||
remote-builder.client =
|
remote-builder.client =
|
||||||
let
|
let
|
||||||
|
Loading…
Reference in New Issue
Block a user