Loading nixos/modules/services/display-managers/cosmic-greeter.nix +3 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,9 @@ in extraGroups = [ "video" ]; }; # Required for authentication security.pam.services.cosmic-greeter = { }; security.pam.services.cosmic-greeter = { allowNullPassword = true; }; hardware.graphics.enable = true; services.accounts-daemon.enable = true; Loading Loading
nixos/modules/services/display-managers/cosmic-greeter.nix +3 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,9 @@ in extraGroups = [ "video" ]; }; # Required for authentication security.pam.services.cosmic-greeter = { }; security.pam.services.cosmic-greeter = { allowNullPassword = true; }; hardware.graphics.enable = true; services.accounts-daemon.enable = true; Loading