NiksOS/system/services/ssh.nix
Jurn Wubben 664594c064 Neovim added leap plugin
Rewritten and moved portable module
Updated background
Disabled garnix substitutor
Small changes to greetd
2025-06-23 20:13:22 +02:00

7 lines
145 B
Nix

{config, ...}: {
services.openssh = {
enable = true;
openFirewall = !config.niksos.portable.enable;
settings.UseDns = true;
};
}