nixos 22.05 fixes

This commit is contained in:
foosinn 2022-06-02 10:59:21 +02:00
parent 125c5fe0a5
commit 46d58735cc
3 changed files with 6 additions and 8 deletions

View file

@ -2,5 +2,5 @@
{
networking.wireguard.enable = true;
environment.systemPackages = with pkgs; [ wireguard ];
environment.systemPackages = with pkgs; [ wireguard-tools ];
}