nixos/trilium: use boolToString for noBackup

This commit is contained in:
Johannes Schleifenbaum 2021-05-30 18:16:13 +02:00
parent 83c102f66c
commit 878103ce55
No known key found for this signature in database
GPG Key ID: 059093B1A278BCD0

View File

@ -9,7 +9,7 @@ let
# Disable automatically generating desktop icon
noDesktopIcon=true
noBackup=${cfg.noBackup}
noBackup=${lib.boolToString cfg.noBackup}
[Network]
# host setting is relevant only for web deployments - set the host on which the server will listen