services.ttyd.passwordFile

NixOS option

File containing the password to use for basic http authentication. For insecurely putting the password in the globally readable store use pkgs.writeText "ttydpw" "MyPassword".

type: null or absolute path
Default
null
declared in: nixos/modules/services/web-servers/ttyd.nixView source on NixOS/nixpkgs →