Skip to content

Commit

Permalink
filesender: FIX: missing format definition.
Browse files Browse the repository at this point in the history
Seems like there is missing format definition in example.

Affected line:
default = format.lib.mkMixedArray [ "exampleauth:UserPass" ] {
  • Loading branch information
marmolak authored and mkg20001 committed Dec 5, 2024
1 parent a4e7a5f commit eb8c503
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos/modules/services/web-apps/filesender.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ FileSender uses [SimpleSAMLphp](https://simplesamlphp.org/) for authentication,
Minimal working instance of FileSender that uses password-authentication would look like this:

```nix
let
format = pkgs.formats.php {};
in
{
networking.firewall.allowedTCPPorts = [ 80 443 ];
services.filesender = {
Expand Down

0 comments on commit eb8c503

Please sign in to comment.