We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6290926 commit de810c5Copy full SHA for de810c5
nixos/modules/services/web-apps/freshrss.nix
@@ -269,9 +269,9 @@ in
269
let
270
settingsFlags = concatStringsSep " \\\n "
271
(mapAttrsToList (k: v: "${k} ${toString v}") {
272
- "--default_user" = ''"${cfg.defaultUser}"'';
273
- "--auth_type" = ''"${cfg.authType}"'';
274
- "--base_url" = ''"${cfg.baseUrl}"'';
+ "--default-user" = ''"${cfg.defaultUser}"'';
+ "--auth-type" = ''"${cfg.authType}"'';
+ "--base-url" = ''"${cfg.baseUrl}"'';
275
"--language" = ''"${cfg.language}"'';
276
"--db-type" = ''"${cfg.database.type}"'';
277
# The following attributes are optional depending on the type of
0 commit comments