diff --git a/machines/solis/configuration.nix b/machines/solis/configuration.nix index 1226033..84cb2cc 100644 --- a/machines/solis/configuration.nix +++ b/machines/solis/configuration.nix @@ -14,10 +14,9 @@ horseman.username = "horseman"; - networking = { - hostName = "solis"; - firewall.allowedTCPPorts = [80 443]; - }; + networking.hostName = "solis"; + + networking.firewall.allowedTCPPorts = [3000]; system.stateVersion = "24.11"; }