materusPC: change max VTs to 4
This commit is contained in:
parent
79bc6c72df
commit
879c876721
|
@ -29,4 +29,9 @@
|
||||||
materus.profile.fonts.enable = true;
|
materus.profile.fonts.enable = true;
|
||||||
materus.profile.steam.enable = true;
|
materus.profile.steam.enable = true;
|
||||||
|
|
||||||
|
services.logind.extraConfig = ''
|
||||||
|
NAutoVTs=4
|
||||||
|
ReserveVT=4
|
||||||
|
'';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue