mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
Merge pull request #124979 from jojosch/trilium-bool
nixos/trilium: use boolToString for noBackup
This commit is contained in:
commit
614c0b2bf3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user