From fe7549116710b3e0cc44016c068250906f4e04b4 Mon Sep 17 00:00:00 2001 From: sstent Date: Tue, 21 Feb 2023 10:27:35 -0500 Subject: [PATCH] sync --- hosts/wsl2/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/wsl2/default.nix b/hosts/wsl2/default.nix index 8a51d77..b1dd770 100644 --- a/hosts/wsl2/default.nix +++ b/hosts/wsl2/default.nix @@ -30,7 +30,7 @@ environment.systemPackages = [ pkgs.socat ]; # pkgs.npiperelay - npiperelay = import ../../pkgs/npiperelay { inherit pkgs; }; + npiperelay = import ../../pkgs/npiperelay/flake.nix { inherit pkgs; }; systemd.user.services.ssh-proxy = { description = "WSL Proxy";