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";