diff --git a/systems/x86_64-linux/voloxo/default.nix b/systems/x86_64-linux/voloxo/default.nix index 76e4ed4..f068013 100644 --- a/systems/x86_64-linux/voloxo/default.nix +++ b/systems/x86_64-linux/voloxo/default.nix @@ -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;