diff options
| author | Seth Flynn <[email protected]> | 2025-02-08 20:54:31 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-02-08 21:58:07 -0500 |
| commit | 9b3b1f2a43cd4e5686a713e60cadaf9598aa2a1d (patch) | |
| tree | f225de98c3d50221b8c4aa6979ae77afc221c366 /systems/atlas | |
| parent | 52f7e42262adb0760a79a3e60d891b131d2c813f (diff) | |
nixos/server: don't use cloudflared by default
Diffstat (limited to 'systems/atlas')
| -rw-r--r-- | systems/atlas/default.nix | 2 |
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"; |
