moved all to subfolder nixos

This commit is contained in:
Ingolf Wagner 2021-09-25 20:28:25 +02:00
commit 15c6866362
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
263 changed files with 638 additions and 762 deletions
nixos/system/proxy

View file

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