diff options
| author | Seth Flynn <[email protected]> | 2025-02-08 21:43:53 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-02-08 21:58:07 -0500 |
| commit | 8ab941349bb62adcceec583dc1e08d36bc696e93 (patch) | |
| tree | c28823f150efc35a2b9bdf822878f262acc6990c /systems/atlas/default.nix | |
| parent | 9b3b1f2a43cd4e5686a713e60cadaf9598aa2a1d (diff) | |
atlas: don't use cloudflare tunnels
Diffstat (limited to 'systems/atlas/default.nix')
| -rw-r--r-- | systems/atlas/default.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix index 78ffd78..a959a32 100644 --- a/systems/atlas/default.nix +++ b/systems/atlas/default.nix @@ -18,11 +18,14 @@ loader.efi.canTouchEfiVariables = true; }; - mixins.cloudflared.enable = true; - networking = { domain = "getchoo.com"; hostName = "atlas"; + + firewall.allowedTCPPorts = [ + 80 # HTTP + 443 # HTTPS + ]; }; nixpkgs.hostPlatform = "aarch64-linux"; |
