diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-04-01 12:27:43 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-04-01 12:27:43 -0400 |
| commit | d19966a95db288eeb453536cb856a8362aab9ea2 (patch) | |
| tree | 7dd66261280551878ba35cb48a0c59c558a224a1 | |
| parent | 0886c13ee6495010cb236c2c6dddf17d617aeb4f (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 3b30daed..222cb1ed 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -306,6 +306,7 @@ iabak :: Host iabak = host "ia-bak.joeyh.name" & ipv4 "124.6.40.227" & os (System (Debian Testing) "amd64") + & Apt.stdSourcesList `onChange` Apt.upgrade & Apt.installed ["git"] & Apt.installed ["etckeeper"] & Apt.installed ["ssh"] |
