nixos-unified: use new host

This commit is contained in:
Sridhar Ratnakumar 2025-01-10 15:18:21 -05:00
parent c8290bce54
commit 798512c1fd

View file

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