diff options
Diffstat (limited to '')
-rw-r--r-- | nixosConfigurations/eonwe/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |