From 18f0a458019c036023e0f9aebe9bcf9d301e8746 Mon Sep 17 00:00:00 2001 From: NullBite Date: Fri, 10 May 2024 21:41:15 -0400 Subject: [PATCH] slab: switch autologin to greetd option --- hosts/slab/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/slab/configuration.nix b/hosts/slab/configuration.nix index 5e4eb83..09e4be6 100644 --- a/hosts/slab/configuration.nix +++ b/hosts/slab/configuration.nix @@ -63,13 +63,13 @@ unbound.enable = false; greetd = { preset = "tuigreet"; + settings = { + autologin = true; + autologinUser = "nullbite"; + }; }; }; }; - services.greetd.settings.initial_session = { - command = config.nixfiles.programs.greetd.settings.finalCommand; - user = "nullbite"; - }; networking.hostName = "slab";