This commit is contained in:
2023-02-25 14:11:26 +00:00
parent 4f76414d98
commit f97dffa027
24 changed files with 158 additions and 524 deletions

View File

@@ -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 = {