fix: configure docker for EDaaS WSL VDI

Enable rootful docker with Docker Desktop proxy patch, add emmathorpe to the docker group, disable resolvconf and enable nix-ld so the WSL distro behaves.
This commit is contained in:
Emma Thorpe
2026-06-02 12:45:40 +00:00
committed by Emma Thorpe
parent 57a5fd3b45
commit ea7503c694
2 changed files with 35 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
isNormalUser = true;
home = "/home/emmathorpe";
description = "Emma Thorpe";
extraGroups = [ "wheel" ];
extraGroups = [ "wheel" "docker" ];
shell = pkgs.zsh;
packages = lib.mkIf (config.features.swayDesktop.enable == true) [
pkgs.legcord