This commit is contained in:
2023-02-23 09:43:30 -05:00
parent b0d61c116c
commit 6e37b519d0
5 changed files with 197 additions and 44 deletions

View File

@@ -30,16 +30,16 @@
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
sops.secrets.example_key = {};
# environment.systemPackages =
# [ pkgs.socat
# pkgs.npiperelay
# pkgs.wsl-ssh-agent-forward];
environment.systemPackages =
[ pkgs.socat
pkgs.npiperelay
pkgs.wsl-ssh-agent-relay];
# nixpkgs.config.packageOverrides = pkgs: with pkgs; rec {
# npiperelay = callPackage ../../pkgs/npiperelay { };
# wsl-ssh-agent-forward = callPackage ../../pkgs/wsl-ssh-agent-forward { };
# };
nixpkgs.config.packageOverrides = pkgs: with pkgs; rec {
npiperelay = callPackage ../../pkgs/npiperelay { };
wsl-ssh-agent-relay = callPackage ../../pkgs/wsl-ssh-agent-relay { };
};