diff --git a/flake.nix b/flake.nix index 08ffa77..fa5d73a 100644 --- a/flake.nix +++ b/flake.nix @@ -36,7 +36,7 @@ let system = "x86_64-linux"; myData = import ./data.nix; - overlays = [ (final: prev: { npiperelay = npiperelay.defaultPackage.x86_64-linux; }) ]; + # overlays = [ (final: prev: { npiperelay = npiperelay.defaultPackage.x86_64-linux; }) ]; in { nixosConfigurations = { HyperV = nixpkgs.lib.nixosSystem { @@ -75,7 +75,7 @@ ]; specialArgs = { - inherit inputs myData overlays; + inherit inputs myData; }; }; diff --git a/hosts/wsl2/default.nix b/hosts/wsl2/default.nix index d3c5433..b701750 100644 --- a/hosts/wsl2/default.nix +++ b/hosts/wsl2/default.nix @@ -30,6 +30,7 @@ environment.systemPackages = [ pkgs.socat pkgs.npiperelay ]; + npiperelay = import ../../pkgs/npiperelay { inherit pkgs; }; systemd.user.services.ssh-proxy = { description = "WSL Proxy";