From 63c451b8fd658a81adeb99d89abd2abf2ab8513b Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 21 Feb 2023 00:14:56 +0100 Subject: [PATCH] c3d2-web: fix evaluation... --- hosts/c3d2-web/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/c3d2-web/default.nix b/hosts/c3d2-web/default.nix index db2587ed..2779ea64 100644 --- a/hosts/c3d2-web/default.nix +++ b/hosts/c3d2-web/default.nix @@ -9,7 +9,7 @@ in }; c3d2.deployment = { # /tmp is to small for drone to clone the repo even with depth - mounts = lib.mkOptionDefault ++ [ "tmp" ]; + mounts = lib.mkOptionDefault [ "tmp" ]; server = "server10"; };