use deploy-rs
This commit is contained in:
parent
aadf1c170b
commit
bdf22a2211
@ -27,7 +27,7 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
deploy.nodes.example = {
|
deploy.nodes.hel1-a = {
|
||||||
hostname = "hel1-a.servers.jakst";
|
hostname = "hel1-a.servers.jakst";
|
||||||
profiles = {
|
profiles = {
|
||||||
system = {
|
system = {
|
||||||
@ -46,8 +46,7 @@
|
|||||||
in {
|
in {
|
||||||
devShells.default = with pkgs;
|
devShells.default = with pkgs;
|
||||||
mkShell {
|
mkShell {
|
||||||
name = "rules_nixpkgs_shell";
|
packages = [deploy-rs.packages.x86_64-linux.deploy-rs];
|
||||||
packages = [bash];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
formatter = pkgs.alejandra;
|
formatter = pkgs.alejandra;
|
||||||
|
Loading…
Reference in New Issue
Block a user