mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-13 19:06:54 +00:00
sync
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user