Security updates
This commit is contained in:
@@ -2,7 +2,12 @@
|
||||
|
||||
{
|
||||
# Enable the OpenSSH daemon
|
||||
services.openssh.enable = true;
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PermitRootLogin = "no";
|
||||
};
|
||||
};
|
||||
|
||||
# Tailscale
|
||||
services.tailscale.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user