mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
testing getty
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user