testing getty

This commit is contained in:
2024-11-17 18:34:52 -05:00
parent 043b3a2810
commit e6a8c32622

View File

@@ -1,3 +1,4 @@
{ pkgs, ... }:
{ {
imports = [ imports = [
../../users/richie ../../users/richie
@@ -33,6 +34,12 @@
autoLogin.user = "gaming"; autoLogin.user = "gaming";
}; };
getty = {
loginProgram = "${pkgs.gamescope}/bin/gamescope";
loginOptions = "${pkgs.steam}/bin/steam -bigpicture";
autologinUser = "gaming";
};
openssh.ports = [ 262 ]; openssh.ports = [ 262 ];
printing.enable = true; printing.enable = true;