aboutsummaryrefslogtreecommitdiff
path: root/tw/system.scm
diff options
context:
space:
mode:
authorTimo Wilken2024-08-05 16:33:46 +0100
committerTimo Wilken2024-08-05 16:33:46 +0100
commitf7c2859152ffbd1ee37735d7f22ecfb3e9d44a09 (patch)
treee001fbbdb2e833f8d3dd327df5453a0e2281f041 /tw/system.scm
parent42cee916b5d0f59d81b808de0117d33245baf533 (diff)
Specify containerd-service-type manually, as is now required
It is required by docker-service-type, but not activated automatically anymore, presumably to force manual configuration.
Diffstat (limited to 'tw/system.scm')
-rw-r--r--tw/system.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/tw/system.scm b/tw/system.scm
index 67dea549..e4aee963 100644
--- a/tw/system.scm
+++ b/tw/system.scm
@@ -230,6 +230,8 @@ ACTION!=\"remove\", SUBSYSTEM==\"leds\", GROUP=\"video\", MODE=\"0664\"
(service docker-service-type)
+ (service containerd-service-type) ; required by `docker-service-type'
+
(service krb5-service-type
(krb5-configuration
(default-realm "CERN.CH")