tart: use tailscale hostname

This commit is contained in:
Sridhar Ratnakumar 2025-07-25 15:39:50 -04:00
parent 344464cbc5
commit 81e700eeec

View file

@ -5,7 +5,7 @@ let
inherit (inputs) self;
in
{
nixos-unified.sshTarget = "srid@192.168.64.6";
nixos-unified.sshTarget = "srid@infinitude-nixos";
imports = [
self.nixosModules.default