propellor spin
This commit is contained in:
parent
a372e7a2f2
commit
203f597794
|
@ -127,7 +127,6 @@ kite = standardSystemUnhardened "kite.kitenet.net" Unstable "amd64"
|
|||
`requires` Ssh.keyImported SshRsa "root"
|
||||
(Context "kite.kitenet.net")
|
||||
`requires` Ssh.knownHost hosts "eubackup.kitenet.net" "root"
|
||||
|
||||
& Apt.serviceInstalledRunning "ntp"
|
||||
& "/etc/timezone" `File.hasContent` ["US/Eastern"]
|
||||
|
||||
|
@ -139,6 +138,9 @@ kite = standardSystemUnhardened "kite.kitenet.net" Unstable "amd64"
|
|||
|
||||
& JoeySites.legacyWebSites
|
||||
|
||||
& alias "bitlbee.kitenet.net"
|
||||
& Apt.serviceInstalledRunning "bitlbee"
|
||||
|
||||
& Apt.installed
|
||||
["git-annex", "myrepos"
|
||||
, "build-essential", "make"
|
||||
|
|
Loading…
Reference in New Issue