propellor spin
This commit is contained in:
parent
6912fb4198
commit
a020b66fcb
|
@ -42,8 +42,9 @@ getProperties hostname@"clam.kitenet.net" = Just
|
||||||
, Apt.installed ["systemd-sysv"] `onChange` Reboot.now
|
, Apt.installed ["systemd-sysv"] `onChange` Reboot.now
|
||||||
]
|
]
|
||||||
getProperties "orca.kitenet.net" = Just
|
getProperties "orca.kitenet.net" = Just
|
||||||
[ Docker.configured
|
[ standardSystem Apt.Unstable
|
||||||
, Apt.unattendedUpgrades True
|
, Apt.unattendedUpgrades True
|
||||||
|
, Docker.configured
|
||||||
]
|
]
|
||||||
-- add more hosts here...
|
-- add more hosts here...
|
||||||
--getProperties "foo" =
|
--getProperties "foo" =
|
||||||
|
|
Loading…
Reference in New Issue