From cb0baaade87b93c20feefe2799869c0c27c6b609 Mon Sep 17 00:00:00 2001 From: Niten Date: Thu, 22 Apr 2021 12:12:16 -0700 Subject: [PATCH] Apparently paths copy to the nix store? --- config/host-config/plato.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/host-config/plato.nix b/config/host-config/plato.nix index b5b2aed..f0de4c8 100644 --- a/config/host-config/plato.nix +++ b/config/host-config/plato.nix @@ -4,7 +4,7 @@ with lib; let primary-ip = "10.0.0.21"; deploy-group = "nixops-deploy"; - secrets-path = /srv/secrets; + secrets-path = "/srv/secrets"; in { config = {