nixos/wireguard: don't use alias

This commit is contained in:
Robert Schütz 2021-03-24 11:26:31 +01:00
parent f5e8bdd07d
commit 683f374529

View File

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