aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdeploy.sh2
-rw-r--r--nix/configuration.nix (renamed from configuration.nix)0
2 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 74949b8..d1fb417 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -38,7 +38,7 @@ for NIXHOST in $NIXHOSTLIST; do
echo "Sending NixOS config files"
ssh -F $SSH_CONFIG $SSH_DEST mkdir -p $TMP_PATH $TMP_PATH/pki
- cat configuration.nix | ssh -F $SSH_CONFIG $SSH_DEST tee $TMP_PATH/configuration.nix > /dev/null
+ cat nix/configuration.nix | ssh -F $SSH_CONFIG $SSH_DEST tee $TMP_PATH/configuration.nix > /dev/null
cat nix/deuxfleurs.nix | ssh -F $SSH_CONFIG $SSH_DEST tee $TMP_PATH/deuxfleurs.nix > /dev/null
cat nix/remote-unlock.nix | ssh -F $SSH_CONFIG $SSH_DEST tee $TMP_PATH/remote-unlock.nix > /dev/null
cat cluster/$CLUSTER/cluster.nix | ssh -F $SSH_CONFIG $SSH_DEST tee $TMP_PATH/cluster.nix > /dev/null
diff --git a/configuration.nix b/nix/configuration.nix
index 7e32a8d..7e32a8d 100644
--- a/configuration.nix
+++ b/nix/configuration.nix