From 1366569062b78cd2e92484996af05c58b59aad48 Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 15 Feb 2023 03:58:21 +0900 Subject: feat(nixos/alpha): sync greetd with kompakt --- nixos/alpha/configuration.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'nixos/alpha/configuration.nix') diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index 9e5c942..58477c0 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -27,6 +27,7 @@ "nohibernate" "nmi_watchdog=0" "systemd.watchdog-device/dev/watchdog" + "console=tty1" ]; boot.initrd.supportedFilesystems = [ "zfs" ]; @@ -137,13 +138,11 @@ services.greetd = { enable = true; + vt = 2; settings.default_session.command = "${pkgs.greetd.tuigreet}/bin/tuigreet -t -c sway"; }; - # https://github.com/apognu/tuigreet/issues/17 - systemd.services.greetd.unitConfig.After = lib.mkOverride 0 [ "multi-user.target" ]; - services.journald.extraConfig = lib.mkForce ""; systemd.extraConfig = "RebootWatchdogSec=5"; -- cgit 1.4.1