Merge pull request #117454 from dotlambda/wireguard-noalias

nixos/wireguard: don't use alias
This commit is contained in:
Maximilian Bosch
2021-03-24 11:43:13 +01:00
committed by GitHub

View File

@@ -238,7 +238,7 @@ let
wantedBy = [ "wireguard-${name}.service" ];
requiredBy = [ "wireguard-${name}.service" ];
before = [ "wireguard-${name}.service" ];
path = with pkgs; [ wireguard ];
path = with pkgs; [ wireguard-tools ];
serviceConfig = {
Type = "oneshot";