Merge pull request #187466 from bobby285271/revert-lightdm-user-shell-bash

Revert "nixos/lightdm: make lightdm user shell bash"
This commit is contained in:
Bobby Rong 2022-08-30 19:36:11 +08:00 committed by GitHub
commit 2f63816448
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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