nixos/whale2: Add Minecraft server
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 25m30s
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 25m30s
This commit is contained in:
@@ -50,6 +50,7 @@ in
|
||||
};
|
||||
}) {
|
||||
valheim-oci = 2;
|
||||
simpcraft-oci = 3;
|
||||
};
|
||||
|
||||
configuration = { lib, pkgs, modulesPath, config, assignments, allAssignments, ... }:
|
||||
@@ -63,6 +64,7 @@ in
|
||||
"${modulesPath}/profiles/qemu-guest.nix"
|
||||
|
||||
./valheim.nix
|
||||
./minecraft
|
||||
];
|
||||
|
||||
config = mkMerge [
|
||||
|
Reference in New Issue
Block a user