nixos/freetds: fix formatting of example
This commit is contained in:
parent
3e326efffc
commit
3fc6470515
@ -17,14 +17,14 @@ in
|
|||||||
environment.freetds = mkOption {
|
environment.freetds = mkOption {
|
||||||
type = types.attrsOf types.str;
|
type = types.attrsOf types.str;
|
||||||
default = {};
|
default = {};
|
||||||
example = {
|
example = literalExample ''
|
||||||
MYDATABASE =
|
{ MYDATABASE = '''
|
||||||
''
|
|
||||||
host = 10.0.2.100
|
host = 10.0.2.100
|
||||||
port = 1433
|
port = 1433
|
||||||
tds version = 7.2
|
tds version = 7.2
|
||||||
|
''';
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
};
|
|
||||||
description =
|
description =
|
||||||
''
|
''
|
||||||
Configure freetds database entries. Each attribute denotes
|
Configure freetds database entries. Each attribute denotes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user