From 1db3a7d11df22d5bfd685d35396f5bbca436a4c4 Mon Sep 17 00:00:00 2001 From: kat witch Date: Fri, 27 Aug 2021 03:57:28 +0100 Subject: [PATCH] Build fix --- config/modules/meta/deploy.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/modules/meta/deploy.nix b/config/modules/meta/deploy.nix index 0404880c..41039fd9 100644 --- a/config/modules/meta/deploy.nix +++ b/config/modules/meta/deploy.nix @@ -34,6 +34,7 @@ in deploy = { dataDir = mkOption { type = types.path; + default = ../../../tf; }; local = { isRoot = mkOption {