propellor spin
This commit is contained in:
parent
9c0e9e2f19
commit
da7ae25214
|
@ -73,14 +73,18 @@ hosts = -- (o) `
|
||||||
& alias "ns9.kitenet.net"
|
& alias "ns9.kitenet.net"
|
||||||
& myDnsSecondary
|
& myDnsSecondary
|
||||||
|
|
||||||
& Docker.garbageCollected `period` Daily
|
& alias "znc.kitenet.net"
|
||||||
& Apt.installed ["git-annex", "mtr", "screen"]
|
& Apt.installed ["znc"]
|
||||||
|
& User.accountFor "znc"
|
||||||
|
|
||||||
-- Nothing is using https on clam, so listen on that port
|
-- Nothing is using https on clam, so listen on that port
|
||||||
-- for ssh, for traveling on bad networks.
|
-- for ssh, for traveling on bad networks.
|
||||||
& "/etc/ssh/sshd_config" `File.containsLine` "Port 443"
|
& "/etc/ssh/sshd_config" `File.containsLine` "Port 443"
|
||||||
`onChange` Service.restarted "ssh"
|
`onChange` Service.restarted "ssh"
|
||||||
|
|
||||||
|
& Docker.garbageCollected `period` Daily
|
||||||
|
& Apt.installed ["git-annex", "mtr", "screen"]
|
||||||
|
|
||||||
-- Orca is the main git-annex build box.
|
-- Orca is the main git-annex build box.
|
||||||
, standardSystem "orca.kitenet.net" Unstable "amd64"
|
, standardSystem "orca.kitenet.net" Unstable "amd64"
|
||||||
& ipv4 "138.38.108.179"
|
& ipv4 "138.38.108.179"
|
||||||
|
|
Loading…
Reference in New Issue