From 1c720ad9e79e838d5a25a4b907ecd1ec9a0fc216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20=C3=9Cbler?= Date: Tue, 28 Oct 2025 11:07:34 +0100 Subject: [PATCH] fixes --- configure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.sh b/configure.sh index 056d0e3..4801f8e 100755 --- a/configure.sh +++ b/configure.sh @@ -149,11 +149,11 @@ else echo "== docker already configured ==" fi -NIX_USER_CONF_FILES="$HOME/config/nix/nix.conf" +NIX_USER_CONF_FILES="$HOME/.config/nix/nix.conf" NIX_SECRET_SIGN_KEY_FILE="$HOME/nix-sign.private" if [[ "$CONFIG_CHANGED" -eq 1 || ! -f "$NIX_USER_CONF_FILES" ]]; then - mkdir -p "$HOME/config/nix/nix.conf" + mkdir -p "$HOME/.config/nix/nix.conf" echo "== SETTING UP NIX CONFIG ==" if [[ -v NIX_SECRET_SIGN_KEY ]]; then