diff --git a/modules/squad-server.nix b/modules/squad-server.nix index 1dee4d8..5e173d4 100644 --- a/modules/squad-server.nix +++ b/modules/squad-server.nix @@ -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.