summaryrefslogtreecommitdiff
path: root/systems/atlas/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'systems/atlas/default.nix')
-rw-r--r--systems/atlas/default.nix7
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";