From fd822e9967e8f3fdbd11b6089a6ee5892c614642 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 15 Sep 2023 22:27:02 -0400 Subject: host/atlas: deploy non-hermetically this is to allow for deployments regardless of architecture --- hosts/atlas/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index 89ea2c9..24cb139 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -14,7 +14,7 @@ sshUser = "root"; buildOn = "remote"; substituteOnTarget = true; - hermetic = true; + hermetic = false; }; boot = { -- cgit v1.2.3