diff --git a/petalius.nix b/petalius.nix index ae4bbb2..9957415 100644 --- a/petalius.nix +++ b/petalius.nix @@ -110,10 +110,7 @@ systemd.services.wireguard-wg0.wantedBy = pkgs.lib.mkOverride 10 []; systemd.services.wstunnel = { - path = with pkgs; [ - (haskell.lib.justStaticExecutables - (haskellPackages.callPackage ./pkgs/wstunnel.nix {})) - ]; + path = [ pkgs.wstunnel ]; wantedBy = [ "wireguard-wg0.service" ]; after = [ "network.target" ]; script = ''