moved all to subfolder nixos
This commit is contained in:
parent
78d39395b7
commit
15c6866362
263 changed files with 638 additions and 762 deletions
nixos/system/proxy
13
nixos/system/proxy/default.nix
Normal file
13
nixos/system/proxy/default.nix
Normal 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;
|
||||
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue