summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/games/crossfire-server.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/games/crossfire-server.nix')
-rw-r--r--nixos/modules/services/games/crossfire-server.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/services/games/crossfire-server.nix b/nixos/modules/services/games/crossfire-server.nix
index 7820a08be40b..0849667e61c9 100644
--- a/nixos/modules/services/games/crossfire-server.nix
+++ b/nixos/modules/services/games/crossfire-server.nix
@@ -131,9 +131,9 @@ in {
exp_table = "";
forbid = "";
metaserver2 = "";
- motd = (fileContents "${cfg.package}/etc/crossfire/motd");
- news = (fileContents "${cfg.package}/etc/crossfire/news");
- rules = (fileContents "${cfg.package}/etc/crossfire/rules");
+ motd = fileContents "${cfg.package}/etc/crossfire/motd";
+ news = fileContents "${cfg.package}/etc/crossfire/news";
+ rules = fileContents "${cfg.package}/etc/crossfire/rules";
settings = "";
stat_bonus = "";
} // cfg.configFiles);