owl open ssh port

Ryan Gibb c3905195 ced61013

Changed files
+2
hosts
+2
hosts/owl/default.nix
···
};
networking.firewall.allowedTCPPorts = [ 7001 ];
}
···
};
networking.firewall.allowedTCPPorts = [ 7001 ];
+
+
services.openssh.openFirewall = true;
}