move deploy outputs to self-contained aspects
This commit is contained in:
parent
d482fd0694
commit
aac98fda2e
6 changed files with 184 additions and 198 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs, ... }:
|
||||
{ inputs, self, ... }:
|
||||
|
||||
{
|
||||
flake = {
|
||||
|
|
@ -114,5 +114,11 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
deploy.nodes.io.profiles.user = {
|
||||
sshUser = "user";
|
||||
path = inputs.deploy-rs.lib.x86_64-linux.activate.home-manager self.homeConfigurations."user@io";
|
||||
user = "user";
|
||||
remoteBuild = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue