summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2019-04-22 16:39:34 -0400
committerJoey Hess2019-04-22 16:39:34 -0400
commitd8716dab4c0538bbcb27c8e1c89a12f1126a2a21 (patch)
treefd7c200afc2651560fa32f75c6e490dbc7e221b8 /joeyconfig.hs
parentb19b4d236a519a24246a43698d5264db9ecbb92e (diff)
parenta3eb9e5845af6bd36999d2688547959eea015d3c (diff)
Merge branch 'joeyconfig'
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