diff options
Diffstat (limited to 'systems/izumi/izumi.org')
-rw-r--r-- | systems/izumi/izumi.org | 9 |
1 files changed, 4 insertions, 5 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 ) ) ) |