mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
Configured SSH Service
This commit is contained in:
parent
74ee7da34b
commit
1a8e0c9a1d
|
|
@ -260,7 +260,16 @@
|
|||
user = "kb";
|
||||
dataDir = "/home/kb/sync";
|
||||
configDir = "/home/kb/.config/syncthing";
|
||||
};
|
||||
};
|
||||
|
||||
# SSH
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings.PasswordAuthentication = false;
|
||||
settings.KbdInteractiveAuthentication = false;
|
||||
ports = [ 4125 ];
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
services.nix-serve = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue