Files
nixconf/modules/vps-aarch64-common.nix
T
2026-06-01 18:15:26 -06:00

13 lines
199 B
Nix
Executable File

{ pkgs, ... }: {
#environment.systemPackages = with pkgs; [
#];
services.fail2ban.enable = true;
services.openssh = {
enable = true;
settings.PasswordAuthentication = true;
};
}