diff options
| -rw-r--r-- | config-joey.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs index dede7c6a..6cd5c012 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -305,6 +305,7 @@ beaver = host "beaver.kitenet.net" iabak :: Host iabak = host "iabak.archiveteam.org" & ipv4 "124.6.40.227" + & Hostname.sane & os (System (Debian Testing) "amd64") & Apt.stdSourcesList `onChange` Apt.upgrade & Apt.installed ["git"] |
