summary refs log tree commit diff
diff options
context:
space:
mode:
authorJohannes Schleifenbaum <johannes@js-webcoding.de>2021-05-30 18:16:13 +0200
committerJohannes Schleifenbaum <johannes@js-webcoding.de>2021-05-30 18:16:13 +0200
commit878103ce553567118aedc30cc23c8377181480cd (patch)
tree0da5924306bb680eb55e0287776e3eae10896dc1
parent83c102f66c3ee9252cf012b9a9c85c6f953f7cf3 (diff)
downloadnixpkgs-878103ce553567118aedc30cc23c8377181480cd.tar
nixpkgs-878103ce553567118aedc30cc23c8377181480cd.tar.gz
nixpkgs-878103ce553567118aedc30cc23c8377181480cd.tar.bz2
nixpkgs-878103ce553567118aedc30cc23c8377181480cd.tar.lz
nixpkgs-878103ce553567118aedc30cc23c8377181480cd.tar.xz
nixpkgs-878103ce553567118aedc30cc23c8377181480cd.tar.zst
nixpkgs-878103ce553567118aedc30cc23c8377181480cd.zip
nixos/trilium: use boolToString for noBackup
-rw-r--r--nixos/modules/services/web-apps/trilium.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/trilium.nix b/nixos/modules/services/web-apps/trilium.nix
index ae41ba50d2e..35383c992fe 100644
--- a/nixos/modules/services/web-apps/trilium.nix
+++ b/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