diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-08-23 16:46:52 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-08-23 16:46:52 -0400 |
| commit | ec939694ffbb0e5bfbc1383ea9742c14ad994c7b (patch) | |
| tree | ef80fd4725dcae6f7353b50af24aaa53f346cde1 | |
| parent | 5ec42dd1b78c5d60d53c00d6494511c4b2adb943 (diff) | |
pell upgrade
| -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 |
