From 268af657c3095c61ae535a951c68bcc1b2695e4b Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 18 Dec 2023 10:30:18 -0600 Subject: [PATCH] refactor: use correct type for `motd` option --- modules/squad-server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.