summary refs log tree commit diff
path: root/nixos/modules/services/networking/rdnssd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/rdnssd.nix')
-rw-r--r--nixos/modules/services/networking/rdnssd.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/rdnssd.nix b/nixos/modules/services/networking/rdnssd.nix
index bccab805bee..469504c4317 100644
--- a/nixos/modules/services/networking/rdnssd.nix
+++ b/nixos/modules/services/networking/rdnssd.nix
@@ -17,6 +17,7 @@ in
   options = {
 
     services.rdnssd.enable = mkOption {
+      type = types.bool;
       default = false;
       #default = config.networking.enableIPv6;
       description =