From 3721fe7c056e18c4ded6c405dbee719692a4528a Mon Sep 17 00:00:00 2001 From: Sandro Date: Sun, 11 Dec 2022 17:19:48 +0100 Subject: Fix X11 socket symlink creation (#172) The tmpfile.d rule no longer matches upstream and has higher priority, so rather than updating it now and possible in the future we delete it. --- modules/wsl-distro.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules') diff --git a/modules/wsl-distro.nix b/modules/wsl-distro.nix index da3cd42..bcc6f08 100644 --- a/modules/wsl-distro.nix +++ b/modules/wsl-distro.nix @@ -118,11 +118,6 @@ with lib; { systemd-udevd.enable = false; }; - tmpfiles.rules = [ - # Don't remove the X11 socket - "d /tmp/.X11-unix 1777 root root" - ]; - # Don't allow emergency mode, because we don't have a console. enableEmergencyMode = false; }; -- cgit v1.2.3