diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-08-03 16:13:26 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-08-03 16:13:26 -0400 |
| commit | 6f5b1a8fd66864b45db36c2dc51a6586b97ea8fa (patch) | |
| tree | d7b278a3b221090113a4f77d8f07799bc12e8383 /joeyconfig.hs | |
| parent | bd3de25d6984ad6435da64814735c191a44cfb65 (diff) | |
propellor spin
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 539739cc..fc652892 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -202,6 +202,9 @@ honeybee = host "honeybee.kitenet.net" $ props & Apt.serviceInstalledRunning "ntp" & JoeySites.homePowerMonitor + (User "joey") + (Context "homepower.joeyh.name") + (SshEd25519, "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMAmVYddg/RgCbIj+cLcEiddeFXaYFnbEJ3uGj9G/EyV joey@honeybee") & JoeySites.homeRouter & Apt.installed ["mtr-tiny", "iftop", "screen"] & Postfix.satellite |
