propellor spin
This commit is contained in:
parent
7d3c09df5f
commit
d393b8fc53
|
@ -105,6 +105,7 @@ hosts = -- (o) `
|
||||||
`requires` Gpg.keyImported "98147487" "root"
|
`requires` Gpg.keyImported "98147487" "root"
|
||||||
`requires` Ssh.keyImported SshRsa "root"
|
`requires` Ssh.keyImported SshRsa "root"
|
||||||
(Context "kite.kitenet.net")
|
(Context "kite.kitenet.net")
|
||||||
|
`requires` Ssh.knownHost hosts "eubackup.kitenet.net" "root"
|
||||||
|
|
||||||
-- & alias "smtp.kitenet.net" -- not yet live!
|
-- & alias "smtp.kitenet.net" -- not yet live!
|
||||||
-- & alias "imap.kitenet.net" -- not yet live!
|
-- & alias "imap.kitenet.net" -- not yet live!
|
||||||
|
@ -188,6 +189,7 @@ hosts = -- (o) `
|
||||||
& Postfix.satellite
|
& Postfix.satellite
|
||||||
& Apt.unattendedUpgrades
|
& Apt.unattendedUpgrades
|
||||||
& Ssh.hostKeys ctx
|
& Ssh.hostKeys ctx
|
||||||
|
& sshPubKey "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAJkoPRhUGT8EId6m37uBdYEtq42VNwslKnc9mmO+89ody066q6seHKeFY6ImfwjcyIjM30RTzEwftuVNQnbEB0="
|
||||||
& Ssh.keyImported SshRsa "joey" ctx
|
& Ssh.keyImported SshRsa "joey" ctx
|
||||||
& Apt.serviceInstalledRunning "swapspace"
|
& Apt.serviceInstalledRunning "swapspace"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue