nixos-config/nixos/system/proxy/default.nix

14 lines
225 B
Nix
Raw Normal View History

2019-12-20 05:54:26 +01:00
{ config, lib, pkgs, ... }: {
2019-10-24 02:20:38 +02:00
imports = [
<system/all>
<system/server/netdata.nix>
<system/server/graylog-exporter.nix>
<system/server/prometheus-exporters.nix>
];
services.sshguard.enable = true;
}