Add valheim mods

This commit is contained in:
muon 2025-06-09 17:23:32 +00:00
parent 8ea08fad9e
commit 46cf43bec9
4 changed files with 299 additions and 0 deletions

View file

@ -19,6 +19,7 @@
worldName = "Smorld";
openFirewall = true;
password = "notbeempty";
adminList = [ "76561198032854097" "76561198120039992" ];
bepinexMods = lib.mapAttrsToList (name: value: value.src)
(lib.attrsets.filterAttrs (n: v: lib.strings.hasPrefix "valheim." n)
sources);