summaryrefslogtreecommitdiff
path: root/deployment/system/aisaka.scm
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/system/aisaka.scm')
-rw-r--r--deployment/system/aisaka.scm6
1 files changed, 1 insertions, 5 deletions
diff --git a/deployment/system/aisaka.scm b/deployment/system/aisaka.scm
index b168f35..6436f46 100644
--- a/deployment/system/aisaka.scm
+++ b/deployment/system/aisaka.scm
@@ -84,10 +84,6 @@
#:use-module ((users vmail)
#:prefix users:vmail:))
-(define radicale-keys "/secrets/radicale/keys")
-
-(define dovecot-keys "/secrets/dovecot")
-
(define-public etc
(let*
((mailname-file- (plain-file "mailname"
@@ -185,7 +181,7 @@
(define radicale-auth-configuration
(gnu:services:mail:radicale-auth-configuration
(type 'htpasswd)
- (htpasswd-filename radicale-keys)
+ (htpasswd-filename "/secrets/radicale/keys")
(htpasswd-encryption 'plain)))
(define radicale-storage-configuration