From e6a8c32622aa087a37c2720392bb57e97f1e052b 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 42ae462..a63b279 100644 --- a/systems/muninn/default.nix +++ b/systems/muninn/default.nix @@ -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;