summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorFritz Otlinghaus <fritz@otlinghaus.it>2021-01-31 13:54:30 +0100
committerGitHub <noreply@github.com>2021-01-31 13:54:30 +0100
commit54e7528009441d5cbbf3d49600c60a32b37484cb (patch)
treefdb450c6ba34ac92c72f132bcadddbd18953f94d /nixos
parent8de8e40d6469244e8b49fc2792854d89b6a2d186 (diff)
nixos/radvd: add type (#111430)
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/radvd.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/radvd.nix b/nixos/modules/services/networking/radvd.nix
index f4b00c9b356e..53fac4b7b72d 100644
--- a/nixos/modules/services/networking/radvd.nix
+++ b/nixos/modules/services/networking/radvd.nix
@@ -33,6 +33,7 @@ in
};
services.radvd.config = mkOption {
+ type = types.lines;
example =
''
interface eth0 {