Merge pull request #124979 from jojosch/trilium-bool

nixos/trilium: use boolToString for noBackup
This commit is contained in:
Andreas Rammhold 2021-05-30 18:40:54 +02:00 committed by GitHub
commit 614c0b2bf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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