summaryrefslogtreecommitdiff
path: root/nixos/hosts/apocalypse/backup.nix
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-05-08 23:29:41 +0200
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-05-08 23:32:32 +0200
commitb97209171ce216d3f31ed42856c5d5d95c808025 (patch)
tree68d6064967e4d5fb2244b4072c7e0b39d11e1cf3 /nixos/hosts/apocalypse/backup.nix
parent40f6e567cd1c8bd893d92b40487571847799c647 (diff)
openssh and firewall changes
Diffstat (limited to '')
-rw-r--r--nixos/hosts/apocalypse/backup.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/hosts/apocalypse/backup.nix b/nixos/hosts/apocalypse/backup.nix
index 646ff6c..07386be 100644
--- a/nixos/hosts/apocalypse/backup.nix
+++ b/nixos/hosts/apocalypse/backup.nix
@@ -14,7 +14,7 @@
ssh_user = "vaultmanager";
stream_compress = "lz4";
volume."/btrfs_root" = {
- target = "ssh://10.100.0.1/vault/backups/apocalypse";
+ target = "ssh://10.127.9.1/vault/backups/apocalypse";
subvolume = {
"@root" = {
snapshot_create = "always";