mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
filesender: FIX: missing format definition.
Seems like there is missing format definition in example. Affected line: default = format.lib.mkMixedArray [ "exampleauth:UserPass" ] {
This commit is contained in:
parent
5a64d9a242
commit
04c973335e
1 changed files with 3 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue