diff options
| author | Philip Taron <philip.taron@gmail.com> | 2024-06-18 10:39:32 -0700 |
|---|---|---|
| committer | Philip Taron <philip.taron@gmail.com> | 2024-06-20 21:05:03 -0700 |
| commit | 3ac49bcf9448279897b6530f6c68db140b57aac6 (patch) | |
| tree | d773ab4df218d9b83677521590ecec8dd640f6e0 /pkgs/development/python-modules/python-openstackclient | |
| parent | b429742f1c2ae3bfe0eb3b9ad93605fc56a12cf6 (diff) | |
nixos/bluemap: fix defaults issue with `services.bluemap.host`
The default for this value depends on `config.networking.domain`, which is typed as `types.nullOr types.str` in nixos/modules/tasks/network-interfaces.nix
As a result, the default for `services.bluemap.host` either has to be `types.nullOr types.str`, or we need to drop the default.
Based on PR feedback, this commit drops the default and requires configuration through the `services.bluemap.host` option.
While this is a breaking change, since the module is a month old, there should be very few users so far.
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
0 files changed, 0 insertions, 0 deletions
