diff --git a/hosts/monolith/default.nix b/hosts/monolith/default.nix index 0ca4082..74a58eb 100755 --- a/hosts/monolith/default.nix +++ b/hosts/monolith/default.nix @@ -11,6 +11,7 @@ networking = { hostName = "monolith"; hostId = "44551c32"; + firewall.allowedTCPPorts = [ 8000 ]; }; fileSystems = { @@ -44,6 +45,8 @@ beets flac screen + rustup + gcc (callPackage ../marauder/ffcheck.nix { }) ];