mirror of
https://github.com/blahai/nyx.git
synced 2025-07-01 13:04:23 -04:00
Networking: add ssh and more firewall rules
This commit is contained in:
parent
6fc5cef4cb
commit
2a57b163e6
3 changed files with 25 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
{...}: {
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
startWhenNeeded = true;
|
||||
settings = {
|
||||
PermitRootLogin = "no";
|
||||
PasswordAuthentication = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue