nixos/machines/serverle/network.nix

11 lines
161 B
Nix
Raw Permalink Normal View History

2024-07-28 21:08:02 +02:00
_: {
networking.firewall.allowedTCPPorts = [
8080 # aria
];
networking = {
domain = "stunkymonkey.de";
search = [ "stunkymonkey.de" ];
};
}