mirror of
https://github.com/sstent/vmimages.git
synced 2025-12-06 06:01:51 +00:00
sync
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
environment.systemPackages =
|
||||
[ pkgs.socat pkgs.npiperelay ];
|
||||
|
||||
npiperelay = import ../../pkgs/npiperelay { inherit pkgs; };
|
||||
|
||||
systemd.user.services.ssh-proxy = {
|
||||
description = "WSL Proxy";
|
||||
|
||||
Reference in New Issue
Block a user