From 32103939682b9c249cd7c5e48add023f83ff5349 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 22 Oct 2024 09:00:19 +0200 Subject: [PATCH] feat: use git clone path --- hosts/lambdaos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/lambdaos/configuration.nix b/hosts/lambdaos/configuration.nix index 0b71b33..30b0eb6 100644 --- a/hosts/lambdaos/configuration.nix +++ b/hosts/lambdaos/configuration.nix @@ -275,7 +275,7 @@ nixos-rebuild ]; script = '' - [[ ! -d '/root/nixconf' ]] && cd /root && git clone git@github.com:itepastra/nixconf + [[ ! -d '/root/nixconf' ]] && git clone git@github.com:itepastra/nixconf /root/nixconf cd /root/nixconf git reset --hard origin/main git pull