sshd settings and mosh!

This commit is contained in:
Markus Heurung 2024-12-27 18:59:34 +01:00
parent 5d43b3f80a
commit ecf20ada3c

View file

@ -52,7 +52,11 @@
services.envfs.enable = true;
services.flatpak.enable = true;
services.fwupd.enable = true;
services.openssh.enable = true;
services.openssh = {
enable = true;
settings.PasswordAuthentication = true;
settings.PubkeyAuthentication = true;
};
services.pipewire = {
enable = true;
alsa.enable = true;
@ -103,6 +107,7 @@
environment.systemPackages = with pkgs; [
git
home-manager
mosh
toolbox
vim
wget
@ -159,9 +164,6 @@
};
};
# Enable the OpenSSH daemon.
# services.openssh.enable = true;
# Open ports in the firewall.
# FIREWALL IS ENABLED BY DEFAULT - muhh
# networking.firewall.allowedTCPPorts = [ ... ];