about summary refs log tree commit diff
path: root/nixosConfigurations/eonwe/default.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-04-23 11:45:51 +0300
committerAzat Bahawi <azat@bahawi.net>2024-04-23 11:45:51 +0300
commit4150cebab66454283332fc3564121b303d6c4ed4 (patch)
tree274ac2a0b6c0cbda7bd1136258aabc1bdb79a80b /nixosConfigurations/eonwe/default.nix
parent2024-04-21 (diff)
2024-04-23
Diffstat (limited to '')
-rw-r--r--nixosConfigurations/eonwe/default.nix2
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;

Consider giving Nix/NixOS a try! <3