diff --git a/configurations/host/materusPC/default.nix b/configurations/host/materusPC/default.nix index 13390da..8232c6b 100644 --- a/configurations/host/materusPC/default.nix +++ b/configurations/host/materusPC/default.nix @@ -29,4 +29,9 @@ materus.profile.fonts.enable = true; materus.profile.steam.enable = true; + services.logind.extraConfig = '' + NAutoVTs=4 + ReserveVT=4 + ''; + }