diff options
author | Martin Fischer <martin@push-f.com> | 2024-12-18 14:31:12 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2024-12-18 14:31:12 +0100 |
commit | 406754f87308c6df7b2220997744f9eab3233505 (patch) | |
tree | b7e777fb512fad5ca22c9afb6a2fa15132f87342 | |
parent | 64796f03ce75ebf0b0a82e7d88ecc158ecbecae0 (diff) |
change domain to push-f.com
-rw-r--r-- | nixos/domains.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/domains.nix b/nixos/domains.nix index f087169..ec3e06e 100644 --- a/nixos/domains.nix +++ b/nixos/domains.nix @@ -1,5 +1,5 @@ let - domain = "beta.push-f.com"; + domain = "push-f.com"; in { personalWebsite = domain; |