add wireguard

This commit is contained in:
illustris 2024-07-25 07:30:29 +05:30
parent e530d38d38
commit aa85ee51f7
Signed by: illustris
GPG Key ID: 56C8FC0B899FEFA3

View File

@ -1,8 +1,9 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
netbird-ui
iftop iftop
netbird-ui
wireguard-tools
]; ];
networking = { networking = {
firewall.enable = false; firewall.enable = false;