From 47117059e11db3d03e07f81ee92109bfe95c4191 Mon Sep 17 00:00:00 2001 From: 1ndev <1ndevelopment@protonmail.com> Date: Sat, 14 Dec 2024 17:48:40 -0800 Subject: [PATCH] Fixed installing nix --- configure_system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure_system.sh b/configure_system.sh index 6e786c7..dd926dc 100755 --- a/configure_system.sh +++ b/configure_system.sh @@ -100,7 +100,7 @@ EOF sudo systemctl enable --now ensure-symlinked-units-resolve.service sh <(curl -L https://nixos.org/nix/install) --daemon - sudo echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf + sudo su -c "echo 'experimental-features = nix-command flakes' >> /etc/nix/nix.conf" fi echo ''