filesender: FIX: missing format definition. (#316885)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user