diff options
Diffstat (limited to 'system/services/default.nix')
-rw-r--r-- | system/services/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/services/default.nix b/system/services/default.nix index 19a531f..7bf26c3 100644 --- a/system/services/default.nix +++ b/system/services/default.nix @@ -1,14 +1,14 @@ {...}: { imports = [ - ./acme + ./fail2ban ./keycloak + ./mail ./matrix ./minecraft ./nginx ./nix - ./opensshd + ./nix-sync + ./openssh ./rust-motd - ./fail2ban - ./git-sync ]; } |