nixos/trilium: use boolToString for noBackup

launchpad/nixpkgs/master
Johannes Schleifenbaum 3 years ago
parent 83c102f66c
commit 878103ce55
No known key found for this signature in database
GPG Key ID: 059093B1A278BCD0
  1. 2
      nixos/modules/services/web-apps/trilium.nix

@ -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…
Cancel
Save