Remove nix from backups and migrate k3s to agent

This commit is contained in:
2025-10-14 10:29:28 +08:00
parent c1e172a194
commit 43cdbb5112
2 changed files with 3 additions and 9 deletions

View File

@@ -41,9 +41,6 @@ in
"/home" = {
snapshot_name = "home";
};
"/nix" = {
snapshot_name = "nix";
};
};
snapshot_dir = "/.btrbk_snapshots";
target = "send-receive ssh://10.0.0.5/zpool-backup/backups/${config.networking.hostName}";