Skip to content

Commit

Permalink
filesender: FIX: missing format definition. (#316885)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Dec 3, 2024
2 parents 90c7334 + 04c9733 commit ca55ed1
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 ca55ed1

Please sign in to comment.