kmscon: 9.3.1 -> 9.3.2, nixos/kmscon: run agetty under kmscon#489469
Conversation
d7150cc to
fae1724
Compare
586855e to
da84196
Compare
da84196 to
3db3672
Compare
396e326 to
a3a14a8
Compare
|
3419548 to
fdcc488
Compare
fdcc488 to
e5026a4
Compare
|
Sure, did you make any changes? I haven't had to time to dive into the details myself so far. |
|
I have told |
3791d86 to
8bd757f
Compare
|
@ofborg test kmscon |
|
|
95c2039 to
27dc551
Compare
r-vdp
left a comment
There was a problem hiding this comment.
LGTM and is working fine now on my system since a couple of days.
One small comment and then I think we're good to send this.
Thanks for your persistence with this PR!
Cherry-picked from NixOS#391574 Co-authored-by: ccicnce113424 <ccicnce113424@gmail.com>
| assertions = [ | ||
| { | ||
| assertion = cfg.loginOptions != null -> cfg.autologinUser == null; | ||
| message = "services.getty.autoLoginUser has no effect when services.getty.loginOptions is set."; |
There was a problem hiding this comment.
This assertion has broken my config, and as far as I can tell, it's just not true, is it?
nixpkgs/nixos/modules/services/ttys/getty.nix
Lines 17 to 24 in be703cf
There was a problem hiding this comment.
This assertion is not entirely accurate. While \u within --login-options is correctly expanded, the --autologin flag fails to append -f automatically when --login-options is defined. Thus, it is not strictly "has no effect," but manually adding -f to the login options remains necessary.
Based on #490911.
Cherry-picked from #391574.
Closes #385497 and #391574.
Things done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.