mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-22 16:58:31 +02:00
fix: aqua - networking
This commit is contained in:
@@ -19,11 +19,8 @@
|
||||
];
|
||||
|
||||
config = {
|
||||
# backup only once a week inside all virtual machines
|
||||
services.btrbk.instances.btrbk = {
|
||||
onCalendar = lib.mkForce "Wed *-*-* 5:25:20";
|
||||
settings.snapshot_preserve = lib.mkForce "7d";
|
||||
};
|
||||
# disable backups in the VM
|
||||
services.btrbk.instances = lib.mkFOrce {};
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-label/nixos";
|
||||
|
||||
Reference in New Issue
Block a user