slateport: use tailscale address instead of IP
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-08-26 23:25:21 -04:00
parent c457e042f6
commit b02c450f9d

View file

@ -1,5 +1,5 @@
{config, ...}: let
ip = "192.168.0.103";
ip = "mauville";
domain = "raffauflabs.com";
in {
networking = {