fix multi user

This commit is contained in:
gabrielkheisa 2024-11-13 22:44:18 +07:00
parent 74d222ea59
commit ff589743f4

View File

@ -12,7 +12,7 @@ echo "The generated password is: $PASSWORD"
# Step 4: Install Nix
echo "Installing Nix package manager..."
curl -L https://nixos.org/nix/install | sh
curl -L https://nixos.org/nix/install | sh -s -- --daemon
. ~/.nix-profile/etc/profile.d/nix.sh
# Step 5: Enable Flakes