diff options
-rw-r--r-- | systems/izumi/izumi.org | 9 | ||||
-rw-r--r-- | systems/izumi/system-configuration.scm | 9 |
2 files changed, 8 insertions, 10 deletions
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 ) ) ) |