diff options
Diffstat (limited to 'nixos/hosts/apocalypse/backup.nix')
| -rw-r--r-- | nixos/hosts/apocalypse/backup.nix | 2 |
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"; |
