Odin: fix failed autologin
This commit is contained in:
parent
c4abf02df1
commit
cee8aace8c
1 changed files with 5 additions and 0 deletions
|
|
@ -329,6 +329,11 @@
|
||||||
security.pam.services.sddm.enableGnomeKeyring = true;
|
security.pam.services.sddm.enableGnomeKeyring = true;
|
||||||
security.pam.services.autoUnlockKwallet.enableKwallet = true;
|
security.pam.services.autoUnlockKwallet.enableKwallet = true;
|
||||||
|
|
||||||
|
systemd = {
|
||||||
|
services."getty@tty1".enable = false;
|
||||||
|
services."autovt@tty1".enable = false;
|
||||||
|
};
|
||||||
|
|
||||||
zramSwap.enable = true;
|
zramSwap.enable = true;
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue