summaryrefslogtreecommitdiff
path: root/nixosConfigurations/eonwe
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-02-29 12:54:39 +0300
committerAzat Bahawi <azat@bahawi.net>2024-02-29 12:54:39 +0300
commit37420f58905057b2ca31b208e9c6c4d6e773a99d (patch)
tree3dd8335a207736f1cbcd23ad92a9ab45ae7c16ca /nixosConfigurations/eonwe
parentc5c58f9294dfcae7b04ec9edfbef316481c756c6 (diff)
2024-02-29
Diffstat (limited to 'nixosConfigurations/eonwe')
-rw-r--r--nixosConfigurations/eonwe/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixosConfigurations/eonwe/default.nix b/nixosConfigurations/eonwe/default.nix
index e0ae7d6..002d150 100644
--- a/nixosConfigurations/eonwe/default.nix
+++ b/nixosConfigurations/eonwe/default.nix
@@ -5,6 +5,10 @@
...
}:
with lib; {
+ imports = [
+ ./hidden.nix
+ ];
+
nixfiles.modules = {
ark.enable = true;