summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--joeyconfig.hs10
1 files changed, 6 insertions, 4 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 337e239d..653335fe 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -397,8 +397,9 @@ pell = host "pell.branchable.com" $ props
& alias "dist-bugs.kitenet.net"
& alias "family.kitenet.net"
- & osDebian (Stable "stretch") X86_64
+ & osDebian (Stable "buster") X86_32
& Apt.installed ["linux-image-686-pae"]
+ & Apt.stdSourcesList `onChange` Apt.upgrade
& Apt.unattendedUpgrades
& Branchable.server hosts
& Linode.serialGrub
@@ -409,7 +410,7 @@ keysafe = host "keysafe.joeyh.name" $ props
& ipv4 "139.59.17.168"
& Hostname.sane
& Hostname.mailname
- & osDebian (Stable "stretch") X86_64
+ & osDebian (Stable "buster") X86_64
& Apt.stdSourcesList `onChange` Apt.upgrade
& Apt.unattendedUpgrades
& DigitalOcean.distroKernel
@@ -469,7 +470,7 @@ keysafe = host "keysafe.joeyh.name" $ props
-- Exhibit: kite's 90's website on port 1994.
ancientKitenet :: Systemd.Container
ancientKitenet = Systemd.debContainer "ancient-kitenet" $ props
- & standardContainer (Stable "stretch")
+ & standardContainer (Stable "buster")
& alias hn
& Git.cloned (User "root") "git://kitenet-net.branchable.com/" "/var/www/html"
(Just "remotes/origin/old-kitenet.net")
@@ -483,7 +484,7 @@ ancientKitenet = Systemd.debContainer "ancient-kitenet" $ props
oldusenetShellBox :: Systemd.Container
oldusenetShellBox = Systemd.debContainer "oldusenet-shellbox" $ props
- & standardContainer (Stable "stretch")
+ & standardContainer (Stable "buster")
& alias "shell.olduse.net"
& JoeySites.oldUseNetShellBox
@@ -491,6 +492,7 @@ oldusenetShellBox = Systemd.debContainer "oldusenet-shellbox" $ props
-- and administrative sanity.
openidProvider :: Systemd.Container
openidProvider = Systemd.debContainer "openid-provider" $ props
+ -- simpleid is not in buster
& standardContainer (Stable "stretch")
& alias hn
& OpenId.providerFor [User "joey", User "liw"] hn (Just (Port 8086))