nixpkgs/nixos
Motiejus Jakštys 2b168ba3f0 headscale: rename oidc.client_secret_file to oidc.client_secret_path
Headscale now supports passing the OIDC client secret via a file, as
added in [juanfont/headscale#1127][1127]. Lets use that.

The headscale option is `client_secret_path`; let's make it consistent
and rename the Nix option to this. Note that I wasn't able to do this:

    mkRenamedOptionModule [ ... "client_secret_file" ] [ ... "client_secret_path" ]

I get such error:

    error: evaluation aborted with the following error message: 'cannot find attribute `services.headscale.settings.oidc.client_secret_file''

[1127]: https://github.com/juanfont/headscale/pull/1127
2023-03-08 11:26:45 +02:00
..
doc/manual Merge pull request #217342 from pennae/nrd-html-manual 2023-03-04 12:58:38 +01:00
lib nixos/lib/make-multi-disk-zfs-image: expose memSize parameter 2023-02-26 20:18:04 -05:00
maintainers treewide: fix backwards smart apostrophes 2023-02-06 07:24:42 -05:00
modules headscale: rename oidc.client_secret_file to oidc.client_secret_path 2023-03-08 11:26:45 +02:00
tests Merge pull request #219677 from bobby285271/upd/pantheon.elementary-files 2023-03-08 08:32:29 +08:00
COPYING
default.nix
README
release-combined.nix nixos/release-*: finish dropping the conntrack tests 2023-03-04 09:28:09 +01:00
release-small.nix nixos/release-*: finish dropping the conntrack tests 2023-03-04 09:28:09 +01:00
release.nix nixos/manual: clean up default.nix a bit 2023-02-12 11:58:20 +01:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
https://nixos.org/nixos and in the manual in doc/manual.