Update game-servers.nix
This commit is contained in:
parent
f6dd495ad3
commit
83666e7e7d
1 changed files with 23 additions and 22 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
|
config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") {
|
||||||
## <----- HYTALE ----> ##
|
## <----- HYTALE ----> ##
|
||||||
virtualisation.oci-containers = {
|
virtualisation.oci-containers = {
|
||||||
backend = "docker";
|
backend = "docker";
|
||||||
|
|
@ -25,4 +25,5 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
networking.firewall.allowedUDPPorts = [ 5520 ];
|
networking.firewall.allowedUDPPorts = [ 5520 ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue