parent
64e77aba8f
commit
2ec7dc9455
@ -53,35 +53,7 @@ in {
|
|||||||
|
|
||||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||||
|
|
||||||
systemd = {
|
systemd.services.zfs-mount.enable = false;
|
||||||
timers = {
|
|
||||||
btrfs-snap-home-5m = {
|
|
||||||
enable = true;
|
|
||||||
wantedBy = ["timers.target"];
|
|
||||||
timerConfig.OnCalendar = "*:0/5";
|
|
||||||
};
|
|
||||||
btrfs-snap-home-1h = {
|
|
||||||
enable = true;
|
|
||||||
wantedBy = ["timers.target"];
|
|
||||||
timerConfig.OnCalendar = "*:0";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
services = {
|
|
||||||
zfs-mount.enable = false;
|
|
||||||
|
|
||||||
btrfs-snap-home-5m = {
|
|
||||||
enable = true;
|
|
||||||
serviceConfig.Type = "oneshot";
|
|
||||||
script = "${pkgs.btrfs-snap}/bin/btrfs-snap -r /home 5m 12";
|
|
||||||
};
|
|
||||||
|
|
||||||
btrfs-snap-home-1h = {
|
|
||||||
enable = true;
|
|
||||||
serviceConfig.Type = "oneshot";
|
|
||||||
script = "${pkgs.btrfs-snap}/bin/btrfs-snap -r /home 1h 24";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
mj = {
|
mj = {
|
||||||
stateVersion = "23.11";
|
stateVersion = "23.11";
|
||||||
|
Loading…
Reference in New Issue
Block a user