sshd settings and mosh!
This commit is contained in:
parent
5d43b3f80a
commit
ecf20ada3c
1 changed files with 6 additions and 4 deletions
|
@ -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 = [ ... ];
|
||||
|
|
Loading…
Reference in a new issue