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 = {
|
services = {
|
||||||
# TODO: forgejo runner
|
|
||||||
gitea-actions-runner = {
|
gitea-actions-runner = {
|
||||||
package = pkgs.forgejo-actions-runner;
|
package = pkgs.forgejo-actions-runner;
|
||||||
instances.default = {
|
instances.default = {
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
|
htop
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
|
|
Loading…
Reference in a new issue