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
+1 -1
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