about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-19 14:10:32 +0100
committerene <ene@sils.li>2023-02-19 14:10:32 +0100
commite97aa89d4ae30eba343ac8017822f3e996b3c90c (patch)
treebb3dc017920675f674261caff7eaf148bea8f34e /hosts
parentFix: Remove impure import (diff)
downloadnixos-config-e97aa89d4ae30eba343ac8017822f3e996b3c90c.tar.gz
nixos-config-e97aa89d4ae30eba343ac8017822f3e996b3c90c.zip
Fix: Add a way to use secrets
Diffstat (limited to 'hosts')
-rw-r--r--hosts/desktop/configuration.nix2
-rw-r--r--hosts/spawn/configuration.nix1
2 files changed, 3 insertions, 0 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix
index 8e78949b..7f68621c 100644
--- a/hosts/desktop/configuration.nix
+++ b/hosts/desktop/configuration.nix
@@ -10,6 +10,8 @@
     ./hardware
     ./networking.nix
 
+    ../../secrets
+
     ../../system
 
     ../../services
diff --git a/hosts/spawn/configuration.nix b/hosts/spawn/configuration.nix
index b30609d8..88e38d35 100644
--- a/hosts/spawn/configuration.nix
+++ b/hosts/spawn/configuration.nix
@@ -6,6 +6,7 @@
 
     ../../system
 
+
 #../../services
   ];