fix eval
This commit is contained in:
parent
14edc247bd
commit
bf149b9926
1 changed files with 5 additions and 2 deletions
|
@ -215,8 +215,11 @@
|
|||
networking.firewall.allowedTCPPorts = [
|
||||
config.services.minecraft.properties.server-port
|
||||
];
|
||||
minecraft.plugins = [
|
||||
(pkgs.callPackage ../../packages/minecraft/dynmap.nix {}).core
|
||||
services.minecraft.plugins = [
|
||||
{
|
||||
package = (pkgs.callPackage ../../packages/minecraft/dynmap.nix {}).core;
|
||||
startScript = "";
|
||||
}
|
||||
];
|
||||
services.caddy.virtualHosts."mc.chir.rs" = {
|
||||
useACMEHost = "mc.chir.rs";
|
||||
|
|
Loading…
Reference in a new issue