From 006ede67980a01f924b4fe959adbd70f30160514 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 1 Jul 2024 21:53:15 +0200 Subject: update the radicale configuration to the new structure --- systems/izumi/izumi.org | 16 ++++++---------- systems/izumi/system-configuration.scm | 16 ++++++---------- 2 files changed, 12 insertions(+), 20 deletions(-) (limited to 'systems') diff --git a/systems/izumi/izumi.org b/systems/izumi/izumi.org index a8482e8..9d7b91e 100644 --- a/systems/izumi/izumi.org +++ b/systems/izumi/izumi.org @@ -688,16 +688,12 @@ ( service openssh-service-type ) ( service radicale-service-type ( radicale-configuration - ( config-file - ( mixed-text-file - "radicale.conf" - "[auth]\n" - "type = htpasswd\n" - "htpasswd_filename = " radicale-keys "\n" - "htpasswd_encryption = plain\n" - "\n" - "[server]\n" - "hosts = localhost:5232\n" ) ) ) ) + ( auth + ( list + ( 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 83dac5f..a97689b 100644 --- a/systems/izumi/system-configuration.scm +++ b/systems/izumi/system-configuration.scm @@ -678,16 +678,12 @@ ( service openssh-service-type ) ( service radicale-service-type ( radicale-configuration - ( config-file - ( mixed-text-file - "radicale.conf" - "[auth]\n" - "type = htpasswd\n" - "htpasswd_filename = " radicale-keys "\n" - "htpasswd_encryption = plain\n" - "\n" - "[server]\n" - "hosts = localhost:5232\n" ) ) ) ) + ( auth + ( list + ( 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