diff --git a/hosts/nullbox/configuration.nix b/hosts/nullbox/configuration.nix index 917002f..1e01ab7 100644 --- a/hosts/nullbox/configuration.nix +++ b/hosts/nullbox/configuration.nix @@ -56,6 +56,11 @@ programs.adb.enable = true; programs.greetd = { preset = "tuigreet"; + settings = { + autologin = true; + autologinUser = "nullbite"; + autolock = true; + }; }; programs.unbound.enable = true; common.remoteAccess.enable = true;