From fb6f93b682ea27fa7278cc46b2e356d9a1554de2 Mon Sep 17 00:00:00 2001 From: ene Date: Tue, 21 Feb 2023 13:01:02 +0100 Subject: Fix(system): Move the nixos-config to the main srv subv --- bootstrap/setup/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') 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 -- cgit 1.4.1