mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-12 16:03:32 +00:00
nixos/wg-access-server: bugfix dns.enabled (yaml)
This commit is contained in:
parent
807e9154dc
commit
a58c8fee1e
@ -18,7 +18,7 @@ in
|
||||
type = lib.types.submodule {
|
||||
freeformType = settingsFormat.type;
|
||||
options = {
|
||||
dns.enable = mkOption {
|
||||
dns.enabled = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
description = ''
|
||||
|
Loading…
Reference in New Issue
Block a user