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/eonwe/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixosConfigurations/eonwe') diff --git a/nixosConfigurations/eonwe/default.nix b/nixosConfigurations/eonwe/default.nix index 94f70ef..1904cdb 100644 --- a/nixosConfigurations/eonwe/default.nix +++ b/nixosConfigurations/eonwe/default.nix @@ -6,7 +6,7 @@ }: with lib; { - imports = [ ./hidden.nix ]; + imports = attrValues (modulesIn ./.); nixfiles.modules = { ark.enable = true; -- cgit 1.4.1