flake: update configuration for tower
This commit is contained in:
parent
b8cd82aa85
commit
6e5f6c1a59
5 changed files with 47 additions and 23 deletions
|
@ -6,6 +6,7 @@ in {
|
|||
programs.ssh.startAgent = true;
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
ports = [8997];
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
PermitRootLogin = "no";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue