feat: Added steamdeck deploy target
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m35s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m35s
This commit is contained in:
16
deploy.nix
16
deploy.nix
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user