Thor deployment
This commit is contained in:
parent
3e95ab122d
commit
cab7215b41
1 changed files with 8 additions and 0 deletions
|
|
@ -260,6 +260,14 @@
|
|||
|
||||
# Map nodes to Deploy-rs deployments
|
||||
deploy.nodes = {
|
||||
thor = {
|
||||
hostname = "thor.local";
|
||||
profiles.system = {
|
||||
user = "root";
|
||||
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.thor;
|
||||
};
|
||||
};
|
||||
|
||||
loki = {
|
||||
hostname = "loki.local";
|
||||
profiles.system = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue