diff options
author | ene <ene@sils.li> | 2023-02-21 13:01:02 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-21 13:01:02 +0100 |
commit | fb6f93b682ea27fa7278cc46b2e356d9a1554de2 (patch) | |
tree | 4352c879c2fafc20bfe5aff8d7721be5788ea649 /bootstrap/setup/setup.sh | |
parent | Fix(hosts): Update UUIDs for lahmu (diff) | |
download | nixos-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-x | bootstrap/setup/setup.sh | 2 |
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 |