Loading nixos/modules/services/web-apps/shiori.nix +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ in { databaseUrl = lib.mkOption { type = lib.types.nullOr lib.types.str; default = null; example = "postgresql:///shiori?host=/run/postgresql"; example = "postgres:///shiori?host=/run/postgresql"; description = "The connection URL to connect to MySQL or PostgreSQL"; }; }; Loading Loading
nixos/modules/services/web-apps/shiori.nix +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ in { databaseUrl = lib.mkOption { type = lib.types.nullOr lib.types.str; default = null; example = "postgresql:///shiori?host=/run/postgresql"; example = "postgres:///shiori?host=/run/postgresql"; description = "The connection URL to connect to MySQL or PostgreSQL"; }; }; Loading