mirror of
https://github.com/AsgardEternal/Squad.nix.git
synced 2024-12-30 16:29:17 -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 {
|
||||
type = lib.types.str;
|
||||
type = lib.types.lines;
|
||||
default = "";
|
||||
description = ''
|
||||
Message to show to all players who join the server.
|
||||
|
Loading…
Reference in New Issue
Block a user