nixos/radvd: add type (#111430)
Fritz Otlinghaus 4 years ago 54e75280 8de8e40d
··· 33 }; 34 35 services.radvd.config = mkOption { 0 36 example = 37 '' 38 interface eth0 {
··· 33 }; 34 35 services.radvd.config = mkOption { 36 + type = types.lines; 37 example = 38 '' 39 interface eth0 {