summaryrefslogtreecommitdiffstats
path: root/modules/cd
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2015-05-20 16:27:15 +0200
committertv <tv@krebsco.de>2015-05-20 16:27:15 +0200
commitd483ab747a60750b4d41ac44a19e8461b272abdf (patch)
treee959e61cbb9c4d11621a3eec2c992bc71ac59eb6 /modules/cd
parent0e9b0406dce9f0b7482764a63456c0486b042993 (diff)
hosts tv: separate hashedPasswords per host
Diffstat (limited to 'modules/cd')
-rw-r--r--modules/cd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cd/default.nix b/modules/cd/default.nix
index 7ceaf71..3ee3704 100644
--- a/modules/cd/default.nix
+++ b/modules/cd/default.nix
@@ -3,7 +3,7 @@
{
imports =
[
- <secrets/hashedPasswords.nix>
+ <secrets/cd.hashedPasswords.nix>
./iptables.nix
./networking.nix
../common/nixpkgs.nix