propellor spin
This commit is contained in:
parent
68028803ba
commit
fbd1e5c109
|
@ -55,7 +55,7 @@ host hostname@"orca.kitenet.net" = Just $ props -- no systemd due to #726375
|
||||||
! Docker.docked container hostname "armel-git-annex-builder"
|
! Docker.docked container hostname "armel-git-annex-builder"
|
||||||
& Docker.garbageCollected `period` Daily
|
& Docker.garbageCollected `period` Daily
|
||||||
-- Diatom is my downloads and git repos server, and secondary dns server.
|
-- Diatom is my downloads and git repos server, and secondary dns server.
|
||||||
host hostname@"diatom.kitenet.net" = Just $ withSystemd $ props
|
host hostname@"diatom.kitenet.net" = Just $ props
|
||||||
& standardSystem Stable
|
& standardSystem Stable
|
||||||
& Hostname.set hostname
|
& Hostname.set hostname
|
||||||
& Apt.unattendedUpgrades
|
& Apt.unattendedUpgrades
|
||||||
|
|
Loading…
Reference in New Issue