about summary refs log tree commit diff stats
path: root/bootstrap/setup/setup.sh
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-21 13:01:02 +0100
committerene <ene@sils.li>2023-02-21 13:01:02 +0100
commitfb6f93b682ea27fa7278cc46b2e356d9a1554de2 (patch)
tree4352c879c2fafc20bfe5aff8d7721be5788ea649 /bootstrap/setup/setup.sh
parentFix(hosts): Update UUIDs for lahmu (diff)
downloadnixos-config-fb6f93b682ea27fa7278cc46b2e356d9a1554de2.tar.gz
nixos-config-fb6f93b682ea27fa7278cc46b2e356d9a1554de2.zip
Fix(system): Move the nixos-config to the main srv subv
Diffstat (limited to 'bootstrap/setup/setup.sh')
-rwxr-xr-xbootstrap/setup/setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/setup/setup.sh b/bootstrap/setup/setup.sh
index 9f102f43..8ef74b0a 100755
--- a/bootstrap/setup/setup.sh
+++ b/bootstrap/setup/setup.sh
@@ -28,7 +28,7 @@ done
 nixos-install --flake git+https://git.sils.li/ene/nixos-config#${host} --no-root-passwd
 
 # clone the git config
-git clone https://git.sils.li/ene/nixos-config /mnt/etc/nixos
+git clone https://git.sils.li/ene/nixos-config /mnt/srv/etc/nixos
 
 # setup persistent home dir
 mkdir -p /srv/home