nixos-config/system/proxy/default.nix
2019-10-24 02:24:33 +02:00

15 lines
225 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;
}