From ecccc45474a9534bb2e5dd74ad9f95b4dbaec50b Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sun, 17 Nov 2024 18:34:52 -0500 Subject: [PATCH] testing getty --- systems/muninn/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/systems/muninn/default.nix b/systems/muninn/default.nix index 03de72a..b2ba1ac 100644 --- a/systems/muninn/default.nix +++ b/systems/muninn/default.nix @@ -1,3 +1,4 @@ +{ pkgs, ... }: { imports = [ ../../users/richie @@ -32,6 +33,12 @@ autoLogin.user = "gaming"; }; + getty = { + loginProgram = "${pkgs.gamescope}/bin/gamescope"; + loginOptions = "${pkgs.steam}/bin/steam -bigpicture"; + autologinUser = "gaming"; + }; + openssh.ports = [ 262 ]; printing.enable = true;