diff --git a/home/features/desktop/coding.nix b/home/features/desktop/coding.nix index f13f83f..e969e00 100644 --- a/home/features/desktop/coding.nix +++ b/home/features/desktop/coding.nix @@ -79,7 +79,7 @@ in { args = ["-i" "~/.ssh/m3tam3re"]; } { - host = "95.217.3.250"; + host = "95.217.189.186"; port = 2222; nickname = "self-host-playbook"; args = ["-i" "~/.ssh/self-host-playbook"]; diff --git a/hosts/m3-atlas/services/containers/ghost.nix b/hosts/m3-atlas/services/containers/ghost.nix index 166a21a..f368c15 100644 --- a/hosts/m3-atlas/services/containers/ghost.nix +++ b/hosts/m3-atlas/services/containers/ghost.nix @@ -15,7 +15,7 @@ ]; routers = { ghost = { - rule = "Host(`m3ta.dev`)"; + rule = "Host(`m3ta.dev`) || Host(`www.m3ta.dev`)"; tls = { certResolver = "godaddy"; };