From 4150cebab66454283332fc3564121b303d6c4ed4 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Tue, 23 Apr 2024 11:45:51 +0300 Subject: 2024-04-23 --- nixosConfigurations/manwe/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'nixosConfigurations/manwe/default.nix') 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 = { -- cgit v1.2.3