phantom: open port 8745

This commit is contained in:
lelgenio 2024-05-20 16:07:05 -03:00
parent 0397a4e166
commit 323a02c6fd

View file

@ -53,6 +53,8 @@
flake = "git+https://git.lelgenio.com/lelgenio/nixos-config#phantom"; flake = "git+https://git.lelgenio.com/lelgenio/nixos-config#phantom";
}; };
networking.firewall.allowedTCPPorts = [ 8745 ];
system.stateVersion = "23.05"; # Never change this system.stateVersion = "23.05"; # Never change this
} }