summaryrefslogtreecommitdiff
path: root/config.hs
diff options
context:
space:
mode:
Diffstat (limited to 'config.hs')
-rw-r--r--config.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.hs b/config.hs
index ed129223..75309f6c 100644
--- a/config.hs
+++ b/config.hs
@@ -42,8 +42,9 @@ getProperties hostname@"clam.kitenet.net" = Just
, Apt.installed ["systemd-sysv"] `onChange` Reboot.now
]
getProperties "orca.kitenet.net" = Just
- [ Docker.configured
+ [ standardSystem Apt.Unstable
, Apt.unattendedUpgrades True
+ , Docker.configured
]
-- add more hosts here...
--getProperties "foo" =