diff options
Diffstat (limited to 'system/services/default.nix')
-rw-r--r-- | system/services/default.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/system/services/default.nix b/system/services/default.nix index 2e2b751..13e1c0a 100644 --- a/system/services/default.nix +++ b/system/services/default.nix @@ -1,12 +1,13 @@ {...}: { imports = [ + ./fail2ban ./keycloak + ./mail ./minecraft ./nginx ./nix - ./opensshd + ./nix-sync + ./openssh ./rust-motd - ./fail2ban - ./git-sync ]; } |