mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
treewide: rename renamed sddm/displayManager settings
This commit is contained in:
parent
5598d81e94
commit
476b8c276e
71 changed files with 201 additions and 211 deletions
|
@ -216,7 +216,7 @@ in
|
|||
# uses credentials to set passwords on users.
|
||||
users.users.root.hashedPasswordFile = mkOverride 150 "${pkgs.writeText "hashed-password.root" ""}";
|
||||
|
||||
services.xserver.displayManager.job.logToJournal = true;
|
||||
services.displayManager.logToJournal = true;
|
||||
|
||||
# Make sure we use the Guest Agent from the QEMU package for testing
|
||||
# to reduce the closure size required for the tests.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue