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