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
|
|
@ -262,6 +262,15 @@
|
|||
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;
|
||||
secretKeyFile = "/var/cache-voloxo-priv-key.pem";
|
||||
|
|
|
|||
Loading…
Reference in a new issue