mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-29 16:42:14 +00:00
sync
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
imports = [
|
||||
../common
|
||||
../common/mnt-public.nix
|
||||
../common/user-sstent.nix
|
||||
inputs.nixos-wsl.nixosModules.wsl
|
||||
];
|
||||
|
||||
@@ -22,18 +23,6 @@
|
||||
# docker-desktop.enable = true;
|
||||
};
|
||||
|
||||
# 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-relay = callPackage ../../pkgs/wsl-ssh-agent-relay { };
|
||||
# };
|
||||
|
||||
systemd.services.nixs-wsl-systemd-fix = {
|
||||
description = "Fix the /dev/shm symlink to be a mount";
|
||||
unitConfig = {
|
||||
|
||||
Reference in New Issue
Block a user