Merge pull request #117454 from dotlambda/wireguard-noalias
nixos/wireguard: don't use alias
This commit is contained in:
commit
0ad1d526dc
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user