nixos/radvd: add type (#111430)

This commit is contained in:
Fritz Otlinghaus 2021-01-31 13:54:30 +01:00 committed by GitHub
parent 8de8e40d64
commit 54e7528009
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,7 @@ in
}; };
services.radvd.config = mkOption { services.radvd.config = mkOption {
type = types.lines;
example = example =
'' ''
interface eth0 { interface eth0 {