filesender: FIX: missing format definition. (#316885)

This commit is contained in:
Aleksana
2024-12-03 16:40:22 +08:00
committed by GitHub
@@ -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 = {