mirror of
https://github.com/AsgardEternal/Squad.nix.git
synced 2025-01-02 15:39:29 -06:00
refactor: use correct type for motd
option
This commit is contained in:
parent
d1980c32bf
commit
268af657c3
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user