From 3ae7b4d67d8f10b16d6a16df543cc9a8c63b7ceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 20 Oct 2020 21:59:29 +0200 Subject: [PATCH] fix(krops): correctly configure system-secrets --- deploy.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy.nix b/deploy.nix index 3920ff1..eacfccf 100644 --- a/deploy.nix +++ b/deploy.nix @@ -22,8 +22,8 @@ let stockholm.git = gitFromJson .versions/stockholm.json; retiolum.git = gitFromJson .versions/retiolum.json; system-secrets.pass = { - dir = toString ~/.password-store/systems; - inherit name; + dir = toString ~/.password-store; + name = "systems/${name}"; }; secrets.pass = { dir = toString ~/.password-store; @@ -52,6 +52,6 @@ in { toum = writeDeploy "deploy-toum" (regularSystem { path = systems/toum; name = "toum"; - address = "192.168.178.24"; + address = "toum.r"; }); }