diff options
| author | seth <[email protected]> | 2023-09-15 22:27:02 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-09-15 22:27:02 -0400 |
| commit | fd822e9967e8f3fdbd11b6089a6ee5892c614642 (patch) | |
| tree | b9970cfe3a986122f157044c2617106071ca3e1e | |
| parent | 82c805c8e2d784c92851875a7ef025bf7560f2bf (diff) | |
host/atlas: deploy non-hermetically
this is to allow for deployments regardless of architecture
| -rw-r--r-- | hosts/atlas/default.nix | 2 |
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 = { |
