feat(programs): Add utilities programs to dgn-console
All checks were successful
Check meta / check_dns (pull_request) Successful in 19s
Check meta / check_meta (pull_request) Successful in 21s
Check workflows / check_workflows (pull_request) Successful in 26s
Build all the nodes / ap01 (pull_request) Successful in 1m29s
Build all the nodes / build01 (pull_request) Successful in 1m34s
Build all the nodes / bridge01 (pull_request) Successful in 1m40s
Build all the nodes / geo01 (pull_request) Successful in 1m33s
Build all the nodes / netaccess01 (pull_request) Successful in 19s
Build all the nodes / netcore02 (pull_request) Successful in 19s
Build all the nodes / netcore01 (pull_request) Successful in 19s
Build all the nodes / geo02 (pull_request) Successful in 2m21s
Build all the nodes / hypervisor02 (pull_request) Successful in 2m13s
Build all the nodes / hypervisor01 (pull_request) Successful in 2m21s
Build all the nodes / compute01 (pull_request) Successful in 3m7s
Build all the nodes / hypervisor03 (pull_request) Successful in 1m41s
Build all the nodes / rescue01 (pull_request) Successful in 1m35s
Build all the nodes / storage01 (pull_request) Successful in 1m30s
Build the shell / build-shell (pull_request) Successful in 23s
Run pre-commit on all files / pre-commit (pull_request) Successful in 23s
Build all the nodes / tower01 (pull_request) Successful in 2m8s
Build all the nodes / vault01 (pull_request) Successful in 2m23s
Build all the nodes / web02 (pull_request) Successful in 1m59s
Build all the nodes / web03 (pull_request) Successful in 2m9s
Build all the nodes / web01 (pull_request) Successful in 2m41s
Build all the nodes / ap01 (push) Successful in 31s
Build all the nodes / build01 (push) Successful in 1m22s
Build all the nodes / bridge01 (push) Successful in 1m24s
Build all the nodes / netaccess01 (push) Successful in 19s
Build all the nodes / netcore01 (push) Successful in 19s
Build all the nodes / hypervisor03 (push) Successful in 1m26s
Build all the nodes / netcore02 (push) Successful in 21s
Build all the nodes / hypervisor02 (push) Successful in 2m4s
Build all the nodes / geo02 (push) Successful in 2m5s
Build all the nodes / geo01 (push) Successful in 2m9s
Build all the nodes / hypervisor01 (push) Successful in 2m12s
Build all the nodes / rescue01 (push) Successful in 1m24s
Build all the nodes / compute01 (push) Successful in 3m10s
Build the shell / build-shell (push) Successful in 21s
Build all the nodes / storage01 (push) Successful in 1m33s
Build all the nodes / tower01 (push) Successful in 1m32s
Run pre-commit on all files / pre-commit (push) Successful in 40s
Build all the nodes / web02 (push) Successful in 2m0s
Build all the nodes / vault01 (push) Successful in 2m8s
Build all the nodes / web03 (push) Successful in 2m0s
Build all the nodes / web01 (push) Successful in 2m33s
All checks were successful
Check meta / check_dns (pull_request) Successful in 19s
Check meta / check_meta (pull_request) Successful in 21s
Check workflows / check_workflows (pull_request) Successful in 26s
Build all the nodes / ap01 (pull_request) Successful in 1m29s
Build all the nodes / build01 (pull_request) Successful in 1m34s
Build all the nodes / bridge01 (pull_request) Successful in 1m40s
Build all the nodes / geo01 (pull_request) Successful in 1m33s
Build all the nodes / netaccess01 (pull_request) Successful in 19s
Build all the nodes / netcore02 (pull_request) Successful in 19s
Build all the nodes / netcore01 (pull_request) Successful in 19s
Build all the nodes / geo02 (pull_request) Successful in 2m21s
Build all the nodes / hypervisor02 (pull_request) Successful in 2m13s
Build all the nodes / hypervisor01 (pull_request) Successful in 2m21s
Build all the nodes / compute01 (pull_request) Successful in 3m7s
Build all the nodes / hypervisor03 (pull_request) Successful in 1m41s
Build all the nodes / rescue01 (pull_request) Successful in 1m35s
Build all the nodes / storage01 (pull_request) Successful in 1m30s
Build the shell / build-shell (pull_request) Successful in 23s
Run pre-commit on all files / pre-commit (pull_request) Successful in 23s
Build all the nodes / tower01 (pull_request) Successful in 2m8s
Build all the nodes / vault01 (pull_request) Successful in 2m23s
Build all the nodes / web02 (pull_request) Successful in 1m59s
Build all the nodes / web03 (pull_request) Successful in 2m9s
Build all the nodes / web01 (pull_request) Successful in 2m41s
Build all the nodes / ap01 (push) Successful in 31s
Build all the nodes / build01 (push) Successful in 1m22s
Build all the nodes / bridge01 (push) Successful in 1m24s
Build all the nodes / netaccess01 (push) Successful in 19s
Build all the nodes / netcore01 (push) Successful in 19s
Build all the nodes / hypervisor03 (push) Successful in 1m26s
Build all the nodes / netcore02 (push) Successful in 21s
Build all the nodes / hypervisor02 (push) Successful in 2m4s
Build all the nodes / geo02 (push) Successful in 2m5s
Build all the nodes / geo01 (push) Successful in 2m9s
Build all the nodes / hypervisor01 (push) Successful in 2m12s
Build all the nodes / rescue01 (push) Successful in 1m24s
Build all the nodes / compute01 (push) Successful in 3m10s
Build the shell / build-shell (push) Successful in 21s
Build all the nodes / storage01 (push) Successful in 1m33s
Build all the nodes / tower01 (push) Successful in 1m32s
Run pre-commit on all files / pre-commit (push) Successful in 40s
Build all the nodes / web02 (push) Successful in 2m0s
Build all the nodes / vault01 (push) Successful in 2m8s
Build all the nodes / web03 (push) Successful in 2m0s
Build all the nodes / web01 (push) Successful in 2m33s
This commit is contained in:
parent
304103af3a
commit
9560055caf
1 changed files with 8 additions and 1 deletions
|
@ -47,7 +47,10 @@ in
|
|||
environment.variables.EDITOR = "nvim";
|
||||
|
||||
programs = {
|
||||
neovim.vimAlias = true;
|
||||
neovim = {
|
||||
enable = true;
|
||||
vimAlias = true;
|
||||
};
|
||||
rust-motd = {
|
||||
enable = true;
|
||||
|
||||
|
@ -96,11 +99,15 @@ in
|
|||
# Utilities
|
||||
bcc
|
||||
bottom
|
||||
btop
|
||||
cpuid
|
||||
dig
|
||||
git
|
||||
htop
|
||||
iftop
|
||||
mtr
|
||||
pciutils
|
||||
pwru
|
||||
tcpdump
|
||||
])
|
||||
++ [ config.boot.kernelPackages.perf ]
|
||||
|
|
Loading…
Add table
Reference in a new issue