summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs7
1 files changed, 4 insertions, 3 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index df03c794..97657ad7 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -193,17 +193,18 @@ honeybee = host "honeybee.kitenet.net" $ props
[ (SshEd25519, "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIS/hDYq1MAxfOBf49htym3BOYlx4Gk9SDpiHjv7u6IC")
]
- & JoeySites.homePower
+ & JoeySites.house
(User "joey")
hosts
- (Context "homepower.joeyh.name")
+ (Context "house.joeyh.name")
(SshEd25519, "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMAmVYddg/RgCbIj+cLcEiddeFXaYFnbEJ3uGj9G/EyV joey@honeybee")
& JoeySites.homeRouter
& JoeySites.homeNAS
& Apt.installed ["mtr-tiny", "iftop", "screen"]
& Postfix.satellite
- & check (not <$> inChroot) (setupRevertableProperty autobuilder)
+ & check (not <$> hasContainerCapability Systemd.FilesystemContained)
+ (setupRevertableProperty autobuilder)
-- In case compiler needs more than available ram
& Apt.serviceInstalledRunning "swapspace"
where