summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-02-08 20:54:31 -0500
committerSeth Flynn <[email protected]>2025-02-08 21:58:07 -0500
commit9b3b1f2a43cd4e5686a713e60cadaf9598aa2a1d (patch)
treef225de98c3d50221b8c4aa6979ae77afc221c366 /systems
parent52f7e42262adb0760a79a3e60d891b131d2c813f (diff)
nixos/server: don't use cloudflared by default
Diffstat (limited to 'systems')
-rw-r--r--systems/atlas/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix
index f1d0f55..78ffd78 100644
--- a/systems/atlas/default.nix
+++ b/systems/atlas/default.nix
@@ -18,6 +18,8 @@
loader.efi.canTouchEfiVariables = true;
};
+ mixins.cloudflared.enable = true;
+
networking = {
domain = "getchoo.com";
hostName = "atlas";