mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
hosts/ni: add wireguard-tools to system packages
This commit is contained in:
parent
1fd834d2f0
commit
5a0a18fa7e
@ -124,7 +124,9 @@ in
|
|||||||
programs.adb.enable = true;
|
programs.adb.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
# Some sysadmin thingamajigs.
|
||||||
openldap
|
openldap
|
||||||
|
wireguard-tools
|
||||||
|
|
||||||
(swh.swh-core.overrideAttrs (super: self: {
|
(swh.swh-core.overrideAttrs (super: self: {
|
||||||
pythonPath = with swh; [
|
pythonPath = with swh; [
|
||||||
|
Loading…
Reference in New Issue
Block a user