propellor spin
This commit is contained in:
parent
3af9aa3415
commit
b50aae8b56
|
@ -166,11 +166,18 @@ hosts = -- (o) `
|
||||||
, standardSystem "elephant.kitenet.net" Unstable "amd64"
|
, standardSystem "elephant.kitenet.net" Unstable "amd64"
|
||||||
& ipv4 "193.234.225.114"
|
& ipv4 "193.234.225.114"
|
||||||
& Hostname.sane
|
& Hostname.sane
|
||||||
|
& Postfix.satellite
|
||||||
|
|
||||||
-- Joey gets pocasts here.
|
-- Joey gets pocasts here.
|
||||||
& Apt.installed ["git-annex"]
|
& Apt.installed ["git-annex"]
|
||||||
& alias "podcatcher.kitenet.net"
|
& alias "podcatcher.kitenet.net"
|
||||||
|
|
||||||
|
-- Joey runs github-backup here.
|
||||||
|
& Apt.installed ["github-backup", "moreutils"]
|
||||||
|
& let f = "/home/joey/.github-keys"
|
||||||
|
in File.hasPrivContent f
|
||||||
|
`onChange` File.ownerGroup f "joey" "joey"
|
||||||
|
|
||||||
--' __|II| ,.
|
--' __|II| ,.
|
||||||
---- __|II|II|__ ( \_,/\
|
---- __|II|II|__ ( \_,/\
|
||||||
------'\o/-'-.-'-.-'-.- __|II|II|II|II|___/ __/ -'-.-'-.-'-.-'-.-'-
|
------'\o/-'-.-'-.-'-.- __|II|II|II|II|___/ __/ -'-.-'-.-'-.-'-.-'-
|
||||||
|
|
Loading…
Reference in New Issue