mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 14:41:44 +00:00
sync
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
myData = import ./data.nix;
|
myData = import ./data.nix;
|
||||||
overlays = [ (final: prev: { npiperelay = npiperelay.defaultPackage.x86_64-linux; }) ];
|
# overlays = [ (final: prev: { npiperelay = npiperelay.defaultPackage.x86_64-linux; }) ];
|
||||||
in {
|
in {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
HyperV = nixpkgs.lib.nixosSystem {
|
HyperV = nixpkgs.lib.nixosSystem {
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
|
|
||||||
];
|
];
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit inputs myData overlays;
|
inherit inputs myData;
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -30,6 +30,7 @@
|
|||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
[ pkgs.socat pkgs.npiperelay ];
|
[ pkgs.socat pkgs.npiperelay ];
|
||||||
|
|
||||||
|
npiperelay = import ../../pkgs/npiperelay { inherit pkgs; };
|
||||||
|
|
||||||
systemd.user.services.ssh-proxy = {
|
systemd.user.services.ssh-proxy = {
|
||||||
description = "WSL Proxy";
|
description = "WSL Proxy";
|
||||||
|
|||||||
Reference in New Issue
Block a user