From 4253ba429a6d5f6c483a8867f6c627253c8557b1 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Wed, 3 Jul 2024 19:28:31 +0200 Subject: fix typo in configuration of radicale --- systems/izumi/izumi.org | 9 ++++----- systems/izumi/system-configuration.scm | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) (limited to 'systems') diff --git a/systems/izumi/izumi.org b/systems/izumi/izumi.org index 9d7b91e..673148e 100644 --- a/systems/izumi/izumi.org +++ b/systems/izumi/izumi.org @@ -689,11 +689,10 @@ ( service radicale-service-type ( radicale-configuration ( auth - ( list - ( radicale-auth-configuration - ( type 'htpasswd ) - ( htpasswd-filename radicale_keys ) - ( htpasswd-encryption 'plain ) )) ) ) ) + ( radicale-auth-configuration + ( type 'htpasswd ) + ( htpasswd-filename radicale-keys ) + ( htpasswd-encryption 'plain ) ) ) ) ) ( simple-service 'base-profile profile-service-type ( append %base-packages ( list ) ) ) diff --git a/systems/izumi/system-configuration.scm b/systems/izumi/system-configuration.scm index a97689b..7353d0d 100644 --- a/systems/izumi/system-configuration.scm +++ b/systems/izumi/system-configuration.scm @@ -679,11 +679,10 @@ ( service radicale-service-type ( radicale-configuration ( auth - ( list - ( radicale-auth-configuration - ( type 'htpasswd ) - ( htpasswd-filename radicale_keys ) - ( htpasswd-encryption 'plain ) )) ) ) ) + ( radicale-auth-configuration + ( type 'htpasswd ) + ( htpasswd-filename radicale-keys ) + ( htpasswd-encryption 'plain ) ) ) ) ) ( simple-service 'base-profile profile-service-type ( append %base-packages ( list ) ) ) -- cgit v1.2.3