This commit is contained in:
2023-02-21 10:23:33 -05:00
parent 2c75c362c1
commit 3a777ec788

View File

@@ -1,7 +1,7 @@
{ lib, pkgs, config, modulesPath, ... }: { lib, pkgs, config, modulesPath, ... }:
{ {
nixpkgs.overlays = overlays; # nixpkgs.overlays = overlays;
# Enable nix flakes # Enable nix flakes
nix.package = pkgs.nixFlakes; nix.package = pkgs.nixFlakes;
nix.extraOptions = '' nix.extraOptions = ''
@@ -28,8 +28,8 @@
}; };
environment.systemPackages = environment.systemPackages =
[ pkgs.socat pkgs.npiperelay ]; [ pkgs.socat ];
# pkgs.npiperelay
npiperelay = import ../../pkgs/npiperelay { inherit pkgs; }; npiperelay = import ../../pkgs/npiperelay { inherit pkgs; };
systemd.user.services.ssh-proxy = { systemd.user.services.ssh-proxy = {