mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 04:28:31 +00:00
nixos/knot: allow specifying the clear
section
It was added in 3.3.4. I'm not sure if it will be useful with NixOS services, but I added it in the usual way anyway.
This commit is contained in:
parent
a72644f128
commit
7f979aeb86
@ -44,6 +44,7 @@ let
|
||||
++ [ (sec_list_fa "id" nix_def "template") ]
|
||||
++ [ (sec_list_fa "domain" nix_def "zone") ]
|
||||
++ [ (sec_plain nix_def "include") ]
|
||||
++ [ (sec_plain nix_def "clear") ]
|
||||
);
|
||||
|
||||
# A plain section contains directly attributes (we don't really check that ATM).
|
||||
|
Loading…
Reference in New Issue
Block a user