From c6d2b6d5e63845e529d40ea67e7474b9e25b1117 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Mon, 26 May 2025 14:38:19 +0530 Subject: [PATCH] feat: Update steamdeck remote --- deploy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.nix b/deploy.nix index d2101f1a..495ef7c8 100644 --- a/deploy.nix +++ b/deploy.nix @@ -47,7 +47,7 @@ }; }; deck = { - hostname = "192.168.0.183"; + hostname = "steamdeck"; profiles.system = { sshUser = "deck"; path = inputs.deploy-rs.lib.x86_64-linux.activate.home-manager self.homeConfigurations.deck;