mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
testing getty
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../users/richie
|
||||
@@ -33,6 +34,12 @@
|
||||
autoLogin.user = "gaming";
|
||||
};
|
||||
|
||||
getty = {
|
||||
loginProgram = "${pkgs.gamescope}/bin/gamescope";
|
||||
loginOptions = "${pkgs.steam}/bin/steam -bigpicture";
|
||||
autologinUser = "gaming";
|
||||
};
|
||||
|
||||
openssh.ports = [ 262 ];
|
||||
|
||||
printing.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user