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
commit 0ad1d526dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";