about summary refs log tree commit diff
path: root/modules/user/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-06-19 12:51:34 +0200
committerProfpatsch <mail@profpatsch.de>2020-06-19 12:51:34 +0200
commitaa789e27375a252e7f70e50e2f001038d527a24f (patch)
tree3dae41d6078b629c9a87f49b565c17643e57f015 /modules/user/profpatsch
parent009d00d3e5932efa1f7371af19f1e8021d5aafb1 (diff)
modules/user/profpatsch/bitlbee: fix ConfigDir
Diffstat (limited to 'modules/user/profpatsch')
-rw-r--r--modules/user/profpatsch/services/bitlbee.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/profpatsch/services/bitlbee.nix b/modules/user/profpatsch/services/bitlbee.nix
index 76812ede..5dde75f8 100644
--- a/modules/user/profpatsch/services/bitlbee.nix
+++ b/modules/user/profpatsch/services/bitlbee.nix
@@ -14,7 +14,7 @@ let
       User = bitlbeeUsername;
       AuthMode = "Open";
       AuthBackend = "storage";
-      ConfigDir = "/var/lib" + stateDir;
+      ConfigDir = "/var/lib/" + stateDir;
       Protocols = "jabber";
       # is this okay?
       CAFile = "/etc/ssl/certs/ca-certificates.crt";