diff options
Diffstat (limited to 'nixos/alpha/configuration.nix')
-rw-r--r-- | nixos/alpha/configuration.nix | 5 |
1 files changed, 2 insertions, 3 deletions
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"; |