summary refs log tree commit diff stats
path: root/system/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-03 15:11:52 +0200
committerSoispha <soispha@vhack.eu>2023-07-03 18:09:49 +0200
commit07f1e4aff1cc84a3ef129c06d85471121cfe0562 (patch)
tree671eb5d96811189cd86e60edfc7a903243aac9ab /system/default.nix
parentFix(system/services/nix-sync): Fully rename to nix-sync (diff)
downloadnixos-server-07f1e4aff1cc84a3ef129c06d85471121cfe0562.tar.gz
nixos-server-07f1e4aff1cc84a3ef129c06d85471121cfe0562.zip
Fix(system): Import everything
Diffstat (limited to 'system/default.nix')
-rw-r--r--system/default.nix3
1 files changed, 2 insertions, 1 deletions
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