aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-03-28 12:18:52 +0200
committerAlex Auvolat <alex@adnab.me>2022-03-28 12:18:52 +0200
commitfdb5210f88a751e2aea9d519520897f8574f533e (patch)
treefbd9c2e391ee7fb9b7ba66574b7232c739d5fd43
parent9709f1aed4e93ef88c12bf6b483087abb4e561af (diff)
downloadnixcfg-fdb5210f88a751e2aea9d519520897f8574f533e.tar.gz
nixcfg-fdb5210f88a751e2aea9d519520897f8574f533e.zip
Move configuration.nix to nix/ subfolderprod
-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