Compare commits

..

2 commits

Author SHA1 Message Date
raito 48579e8818 feat: add gdb to sysadmin tooling
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-07-08 22:10:06 +00:00
raito 8fe33b4e46 feat: add perf, pwru and various sysadmin tools to bagel-box
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-07-08 22:10:06 +00:00
2 changed files with 4 additions and 0 deletions

View file

@ -20,6 +20,8 @@ in
bcc bcc
tcpdump tcpdump
ncdu ncdu
# Useful to invoke `coredumpctl gdb`
gdb
] ++ lib.optional (lib.hasAttr "pwru" pkgs) pkgs.pwru; ] ++ lib.optional (lib.hasAttr "pwru" pkgs) pkgs.pwru;
}; };
} }

View file

@ -43,6 +43,8 @@
ofborg.enable = true; ofborg.enable = true;
}; };
bagel.sysadmin.enable = true;
security.acme.acceptTerms = true; security.acme.acceptTerms = true;
security.acme.defaults.email = "infra@forkos.org"; security.acme.defaults.email = "infra@forkos.org";