diff options
| -rw-r--r-- | config-joey.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index 222cb1ed..5b134c45 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -303,7 +303,8 @@ beaver = host "beaver.kitenet.net" "rsync -a -x / /home/joey/lib/backup/beaver.kitenet.net/" iabak :: Host -iabak = host "ia-bak.joeyh.name" +iabak = host "iabak.archiveteam.org" + & aias "ia-bak.joeyh.name" & ipv4 "124.6.40.227" & os (System (Debian Testing) "amd64") & Apt.stdSourcesList `onChange` Apt.upgrade |
