testing getty

This commit is contained in:
2024-11-17 18:34:52 -05:00
parent 96f1210b79
commit ecccc45474

View File

@@ -1,3 +1,4 @@
{ pkgs, ... }:
{ {
imports = [ imports = [
../../users/richie ../../users/richie
@@ -32,6 +33,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;