1
0
Fork 0

mediaserver: wireguard wip

This commit is contained in:
Daniel Kempkens 2023-04-13 21:49:48 +02:00
parent 518b591d88
commit 4b980faa74
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -69,7 +69,7 @@ in
useNetworkd = true;
};
boot.extraModulePackages = [ config.boot.kernelPackages.wireguard ];
environment.systemPackages = with pkgs; [ wireguard wireguard-tools ];
systemd.network = {
enable = true;