nixpkgs/nixos/modules/services/networking/znc
Silvan Mosberger a27dc9d3ab
nixos/znc: Fix config generator for certain null values
The type of ZNC's config option specifies that a configuration like

  config.User.paul = null;

should be valid, which is useful for clearing/disabling property sets
like Users and Networks. However until now the config generator
implementation didn't actually cover null values, meaning you'd get an
error like

  error: value is null while a set was expected, at /foo.nix:29:10

This fixes the implementation to correcly allow clearing of property
sets.
2019-05-01 00:06:11 +02:00
..
default.nix nixos/znc: Fix config generator for certain null values 2019-05-01 00:06:11 +02:00
options.nix nixos/znc: Fix confOptions.uriPrefix not being applied 2018-10-20 20:56:30 +02:00