add htop
This commit is contained in:
parent
66dcd488e7
commit
629ef059a3
2 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,6 @@ in
|
|||
];
|
||||
|
||||
services = {
|
||||
# TODO: forgejo runner
|
||||
gitea-actions-runner = {
|
||||
package = pkgs.forgejo-actions-runner;
|
||||
instances.default = {
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
htop
|
||||
];
|
||||
|
||||
networking.firewall = {
|
||||
|
|
Loading…
Reference in a new issue