summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorseth <[email protected]>2023-09-15 22:27:02 -0400
committerseth <[email protected]>2023-09-15 22:27:02 -0400
commitfd822e9967e8f3fdbd11b6089a6ee5892c614642 (patch)
treeb9970cfe3a986122f157044c2617106071ca3e1e /hosts
parent82c805c8e2d784c92851875a7ef025bf7560f2bf (diff)
host/atlas: deploy non-hermetically
this is to allow for deployments regardless of architecture
Diffstat (limited to 'hosts')
-rw-r--r--hosts/atlas/default.nix2
1 files changed, 1 insertions, 1 deletions
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 = {