diff options
author | ene <ene@sils.li> | 2023-02-19 14:10:32 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-19 14:10:32 +0100 |
commit | e97aa89d4ae30eba343ac8017822f3e996b3c90c (patch) | |
tree | bb3dc017920675f674261caff7eaf148bea8f34e /hosts | |
parent | Fix: Remove impure import (diff) | |
download | nixos-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.nix | 2 | ||||
-rw-r--r-- | hosts/spawn/configuration.nix | 1 |
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 ]; |