We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a4001 commit 90b20c6Copy full SHA for 90b20c6
nixos-modules/valheim.nix
@@ -315,7 +315,7 @@ in {
315
]
316
++ (lib.lists.optional cfg.crossplay "-crossplay")
317
++ (lib.lists.optional (cfg.logFile != null) "-logFile \"${cfg.logFile}\"")
318
- ++ (lib.lists.optional (cfg.preset != null) "-preset \"${cfg.preset}\"")
+ ++ (lib.lists.optional (cfg.preset != null) "-preset \"${cfg.preset}\""));
319
};
320
321
0 commit comments