blob: dd91a7ad9c1ea14a4aa83544305e69934d844c61 [file] [log] [blame]
PineaFan44e98082024-04-20 20:52:29 +01001{ lib, ... }:
2{
3 networking = {
4 hostName = "saurosuchus";
5 useDHCP = lib.mkDefault true;
PineaFanda033092024-07-26 22:09:06 +01006 firewall.allowedTCPPorts = [ 25566 3000 3001 ];
PineaFan44e98082024-04-20 20:52:29 +01007 };
8}