tinc.extraConfig: str -> lines

This commit is contained in:
lassulus 2022-01-29 23:45:55 +01:00
parent 9597300c4d
commit 7ec575267c

View File

@ -48,7 +48,7 @@ with import <stockholm/lib>;
}; };
extraConfig = mkOption { extraConfig = mkOption {
type = types.str; type = types.lines;
default = ""; default = "";
description = '' description = ''
Extra Configuration to be appended to tinc.conf Extra Configuration to be appended to tinc.conf