summaryrefslogtreecommitdiff
path: root/systems/atlas/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-04-18 10:49:45 -0400
committerseth <[email protected]>2024-04-18 10:49:45 -0400
commit56b42e1235c70cd0568994fc36146a34d33f0b37 (patch)
tree41b1831fb1575c9e8c0302f21a6451779d9e2e29 /systems/atlas/default.nix
parentaf6df8b23346606322b851629f130f1cc2acef92 (diff)
atlas: move domain to getchoo.com
Diffstat (limited to 'systems/atlas/default.nix')
-rw-r--r--systems/atlas/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix
index 7c1bc3d..8d47da4 100644
--- a/systems/atlas/default.nix
+++ b/systems/atlas/default.nix
@@ -16,7 +16,7 @@
loader.efi.canTouchEfiVariables = true;
};
- networking.domain = "mydadleft.me";
+ networking.domain = "getchoo.com";
# not sure why this fails...
# context: https://discourse.nixos.org/t/logrotate-config-fails-due-to-missing-group-30000/28501