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