From 1a15b10ae3b6d4f82e02810b8aab58346f9791ad Mon Sep 17 00:00:00 2001 From: Edmund Wu <22758444+eadwu@users.noreply.github.com> Date: Wed, 19 Sep 2018 10:54:13 -0400 Subject: [PATCH] lightdm: fix tmpfiles path (#46886) --- nixos/modules/services/x11/display-managers/lightdm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/x11/display-managers/lightdm.nix b/nixos/modules/services/x11/display-managers/lightdm.nix index ae2b05797fd..8078b93a757 100644 --- a/nixos/modules/services/x11/display-managers/lightdm.nix +++ b/nixos/modules/services/x11/display-managers/lightdm.nix @@ -252,7 +252,7 @@ in }; systemd.tmpfiles.rules = [ - "d /var/run/lightdm 0711 lightdm lightdm 0" + "d /run/lightdm 0711 lightdm lightdm 0" "d /var/cache/lightdm 0711 root lightdm -" "d /var/lib/lightdm 1770 lightdm lightdm -" "d /var/lib/lightdm-data 1775 lightdm lightdm -"