tinc.extraConfig: str -> lines
This commit is contained in:
parent
9597300c4d
commit
7ec575267c
@ -48,7 +48,7 @@ with import <stockholm/lib>;
|
||||
};
|
||||
|
||||
extraConfig = mkOption {
|
||||
type = types.str;
|
||||
type = types.lines;
|
||||
default = "";
|
||||
description = ''
|
||||
Extra Configuration to be appended to tinc.conf
|
||||
|
Loading…
Reference in New Issue
Block a user