refactor: use correct type for motd option

This commit is contained in:
Price Hiller 2023-12-18 10:30:18 -06:00
parent d1980c32bf
commit 268af657c3
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -426,7 +426,7 @@ in
}; };
motd = lib.mkOption { motd = lib.mkOption {
type = lib.types.str; type = lib.types.lines;
default = ""; default = "";
description = '' description = ''
Message to show to all players who join the server. Message to show to all players who join the server.