feat: Added steamdeck deploy target
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m35s

This commit is contained in:
2026-02-16 02:21:06 +05:30
parent 2babff5576
commit 05d1890b01

View File

@@ -55,13 +55,13 @@
user = "root";
};
};
# deck = {
# hostname = "steamdeck";
# profiles.system = {
# sshUser = "deck";
# path = deploy-rs.lib.x86_64-linux.activate.home-manager self.homeConfigurations.deck;
# user = "deck";
# };
# };
deck = {
hostname = "sdeck";
profiles.system = {
sshUser = "deck";
path = deploy-rs.lib.x86_64-linux.activate.home-manager self.homeConfigurations.deck;
user = "deck";
};
};
};
}