nixos-config/nixos/system/proxy/default.nix
2021-09-27 18:53:45 +02:00

13 lines
241 B
Nix

{ config, lib, pkgs, ... }: {
imports = [
../../system/all
../../system/server/netdata.nix
../../system/server/graylog-exporter.nix
../../system/server/prometheus-exporters.nix
];
services.sshguard.enable = true;
}