Add initial astroneer server (not used yet)
This commit is contained in:
parent
56d69fb18f
commit
74fce4cc5e
6
services/astroneer.nix
Normal file
6
services/astroneer.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [ steamcmd ];
|
||||
networking.firewall.allowedTCPPorts = [ 8777 ];
|
||||
services.caddy.virtualHosts."astro.xenia.me.uk".extraConfig =
|
||||
"reverse_proxy http://localhost:8777";
|
||||
}
|
Loading…
Reference in a new issue