summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-12-11 17:19:48 +0100
committerGitHub <noreply@github.com>2022-12-11 17:19:48 +0100
commit3721fe7c056e18c4ded6c405dbee719692a4528a (patch)
tree85c99588a441341208559db2d8bc01bc3025b755 /modules
parent2e1cbbb565c6ad8ca7e5f17c743bb127b22d48f7 (diff)
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.
Diffstat (limited to 'modules')
-rw-r--r--modules/wsl-distro.nix5
1 files changed, 0 insertions, 5 deletions
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;
};