From 07f1e4aff1cc84a3ef129c06d85471121cfe0562 Mon Sep 17 00:00:00 2001
From: Soispha <soispha@vhack.eu>
Date: Mon, 3 Jul 2023 15:11:52 +0200
Subject: Fix(system): Import everything

---
 system/default.nix          | 3 ++-
 system/services/default.nix | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

(limited to 'system')

diff --git a/system/default.nix b/system/default.nix
index d67ada2..4992d65 100644
--- a/system/default.nix
+++ b/system/default.nix
@@ -1,6 +1,7 @@
-{config, ...}: {
+{...}: {
   imports = [
     ./file_system_layouts
+    ./mail
     ./packages
     ./services
     ./users
diff --git a/system/services/default.nix b/system/services/default.nix
index 2e2b751..bbd3957 100644
--- a/system/services/default.nix
+++ b/system/services/default.nix
@@ -1,12 +1,12 @@
 {...}: {
   imports = [
+    ./fail2ban
     ./keycloak
     ./minecraft
     ./nginx
     ./nix
+    ./nix-sync
     ./opensshd
     ./rust-motd
-    ./fail2ban
-    ./git-sync
   ];
 }
-- 
cgit 1.4.1