blob: c04cf72ce36bca3b58135ab687db0d7719414b6a [file] [log] [blame]
{
networking = {
hostName = "codedPC";
networkmanager.enable = true;
hosts = {
"192.168.0.4" = [ "CodedPi" ];
"192.168.0.5" = [ "SamuelDesktop" ];
"192.168.0.6" = [ "a1d2" ];
"localhost:5000" = [ "ollama" ];
};
firewall = {
enable = true;
allowedTCPPorts = [ 3000 ];
};
};
}