Skip to content

Commit

Permalink
fix: update deploy-rs to easyHosts
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Jan 2, 2025
1 parent 914aa7a commit 0d0fd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/programs/deploy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let
sshUser = "isabel";
profiles.system = {
user = "root";
path = inputs.deploy-rs.lib.${config.hosts.${name}.system}.activate.nixos node;
path = inputs.deploy-rs.lib.${config.easyHosts.hosts.${name}.system}.activate.nixos node;
};
}) systems;
in
Expand Down

0 comments on commit 0d0fd5c

Please sign in to comment.