diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-08-23 16:46:55 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-08-23 16:46:55 -0400 |
| commit | d5a2017f5a4a0156560c5f6dc4144887b8d35453 (patch) | |
| tree | e5315b5069327d511b95c8268ceaacbe83a7b9e1 | |
| parent | d429ed4c56d21b10127e154d1ecbfac90aa23e3e (diff) | |
| parent | ec939694ffbb0e5bfbc1383ea9742c14ad994c7b (diff) | |
Merge branch 'joeyconfig'
| -rw-r--r-- | joeyconfig.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 4d2024ba..1ce15682 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -453,8 +453,8 @@ pell = host "pell.branchable.com" $ props & alias "dist-bugs.kitenet.net" & alias "family.kitenet.net" - & osDebian (Stable "jessie") X86_64 - & Apt.installed ["linux-image-amd64"] + & osDebian (Stable "stretch") X86_64 + & Apt.installed ["linux-image-686-pae"] & Apt.unattendedUpgrades & Branchable.server hosts & Linode.serialGrub |
