home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 65e475fa99631b02cd6d3d04fb582ea4568939fa
parent c1c96c0a06db98a73d6dc389644346c0c97fbd41
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 21 May 2020 14:29:01 +0200

install.sh: clone with submodules

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Minstall.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -43,7 +43,7 @@ echo "Setup configuration" set -x mkdir -p /mnt/etc -git clone https://gitlab.com/vdemeester/home.git /mnt/etc/nixos +git clone --recurse-submodules https://gitlab.com/vdemeester/home.git /mnt/etc/nixos echo -n ${name} > /mnt/etc/nixos/hostname nixos-generate-config --root /mnt