about summary refs log tree commit diff
path: root/nixos/modules/services/networking/kippo.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/kippo.nix')
-rw-r--r--nixos/modules/services/networking/kippo.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/kippo.nix b/nixos/modules/services/networking/kippo.nix
index 1e7f7437b8a1..834de4fdc09f 100644
--- a/nixos/modules/services/networking/kippo.nix
+++ b/nixos/modules/services/networking/kippo.nix
@@ -46,7 +46,7 @@ rec {
       };
       extraConfig = mkOption {
         default = "";
-        type = types.string;
+        type = types.lines;
         description = ''Extra verbatim configuration added to the end of kippo.cfg.'';
       };
     };