0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Revert "nixos/lightdm: make lightdm user shell bash"

This reverts commit c134f6443a.
Pantheon is using GSD 3.38 nowadays, closes #101568
This commit is contained in:
Bobby Rong 2022-08-19 23:24:18 +08:00
parent 8ea014acc3
commit c52f565d3a

View file

@ -310,7 +310,6 @@ in
home = "/var/lib/lightdm"; home = "/var/lib/lightdm";
group = "lightdm"; group = "lightdm";
uid = config.ids.uids.lightdm; uid = config.ids.uids.lightdm;
shell = pkgs.bash;
}; };
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [