diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-04-07 12:21:07 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-04-07 12:21:07 -0400 |
| commit | 24bb1cdb461b59c6b5acc98be3c9e79b3fa14277 (patch) | |
| tree | 4f384d2d660152ecc6aebf6a4125384addf62080 | |
| parent | 8e1014989341c436254713fe7b0cdaea909b8acf (diff) | |
propellor spin
| -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"] |
