fix: systems need openssh for deployment reasons [deploy]
This commit is contained in:
parent
83469322e6
commit
a445c46ea0
2 changed files with 2 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ in
|
||||||
];
|
];
|
||||||
tokenFile = config.sops.secrets.forgejo-runners-token.path;
|
tokenFile = config.sops.secrets.forgejo-runners-token.path;
|
||||||
hostPackages = with pkgs; [
|
hostPackages = with pkgs; [
|
||||||
|
openssh
|
||||||
nix
|
nix
|
||||||
opentofu
|
opentofu
|
||||||
nodejs
|
nodejs
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
openssh
|
||||||
git
|
git
|
||||||
deploy-rs
|
deploy-rs
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue