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

13 lines
205 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 = [
2021-09-27 18:53:45 +02:00
../../system/all
../../system/server/graylog-exporter.nix
../../system/server/prometheus-exporters.nix
2019-10-24 02:20:38 +02:00
];
services.sshguard.enable = true;
}