diff options
Diffstat (limited to 'system/services/default.nix')
-rw-r--r-- | system/services/default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/services/default.nix b/system/services/default.nix index d80bdab..761902c 100644 --- a/system/services/default.nix +++ b/system/services/default.nix @@ -1,12 +1,13 @@ {config, ...}: { imports = [ ./acme - # ./firewall + ./fail2ban + #./firewall + ./matrix #./minecraft ./nginx ./nix ./opensshd ./rust-motd - ./fail2ban ]; } |