diff --git a/hosts/lars/kronos/configuration.nix b/hosts/lars/kronos/configuration.nix index 40e90e7..fff55b7 100644 --- a/hosts/lars/kronos/configuration.nix +++ b/hosts/lars/kronos/configuration.nix @@ -41,6 +41,12 @@ }; }; - services.getty.autologinUser = "lars"; - services.flatpak.enable = true; + services = { + flatpak.enable = true; + getty.autologinUser = "lars"; + openssh = { + enable = true; + passwordAuthentication = true; + }; + }; }