mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
hosts/ni: add more administrative tools
This commit is contained in:
parent
fee1c9653e
commit
744488a2a6
@ -136,9 +136,17 @@ in
|
|||||||
# Some sysadmin thingamajigs.
|
# Some sysadmin thingamajigs.
|
||||||
openldap
|
openldap
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
|
(swh.swh-core.overrideAttrs (attrs: {
|
||||||
|
pythonPath = with pkgs.swh; [
|
||||||
|
swh-model
|
||||||
|
];
|
||||||
|
}))
|
||||||
|
|
||||||
# For debugging build environments in Nix packages.
|
# For debugging build environments in Nix packages.
|
||||||
cntr
|
cntr
|
||||||
|
|
||||||
|
# Searchsploit.
|
||||||
|
exploitdb
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable Guix service.
|
# Enable Guix service.
|
||||||
|
Loading…
Reference in New Issue
Block a user