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 15:13:00 +0200
commit61846c5f3a935b3348de04e082cbcf3f018b61fb (patch)
tree1d041809d1cd4dc20aa87c898dbd9db0ee358216 /system/default.nix
parentRefactor(system/services/mail): Move mail to services as it's one (diff)
downloadnixos-server-61846c5f3a935b3348de04e082cbcf3f018b61fb.tar.gz
nixos-server-61846c5f3a935b3348de04e082cbcf3f018b61fb.zip
Fix(system): Import everything
Diffstat (limited to 'system/default.nix')
-rw-r--r--system/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/default.nix b/system/default.nix
index d67ada2..79b5403 100644
--- a/system/default.nix
+++ b/system/default.nix
@@ -1,6 +1,6 @@
-{config, ...}: {
+{...}: {
   imports = [
-    ./file_system_layouts
+    ./disks
     ./packages
     ./services
     ./users