about summary refs log tree commit diff
path: root/nixosConfigurations/manwe/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nixosConfigurations/manwe/default.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/nixosConfigurations/manwe/default.nix b/nixosConfigurations/manwe/default.nix
index e7edbf9..3707440 100644
--- a/nixosConfigurations/manwe/default.nix
+++ b/nixosConfigurations/manwe/default.nix
@@ -1,11 +1,7 @@
 { config, lib, ... }:
 with lib;
 {
-  imports = [
-    ./mailserver
-    ./webserver.nix
-    ./hidden.nix
-  ];
+  imports = attrValues (modulesIn ./.);
 
   nixfiles.modules = {
     nsd = {

Consider giving Nix/NixOS a try! <3