deplor-rs stuff
This commit is contained in:
parent
0fa43af121
commit
ae4d7f3f7d
11
flake.nix
11
flake.nix
|
@ -12,6 +12,7 @@
|
|||
url = "github:fort-nix/nix-bitcoin/release";
|
||||
};
|
||||
nix-comfyui.url = "github:dyscorv/nix-comfyui";
|
||||
deploy-rs.url = "github:serokell/deploy-rs";
|
||||
};
|
||||
|
||||
outputs = { nixpkgs,
|
||||
|
@ -19,6 +20,7 @@
|
|||
home-manager,
|
||||
nix-bitcoin,
|
||||
nix-comfyui,
|
||||
deploy-rs,
|
||||
... }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
|
@ -69,5 +71,14 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
|
||||
deploy.nodes.tfc = {
|
||||
profiles = {
|
||||
shen = {
|
||||
path =
|
||||
deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.shen;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue