fix multi user
This commit is contained in:
parent
74d222ea59
commit
ff589743f4
2
setup.sh
2
setup.sh
@ -12,7 +12,7 @@ echo "The generated password is: $PASSWORD"
|
|||||||
|
|
||||||
# Step 4: Install Nix
|
# Step 4: Install Nix
|
||||||
echo "Installing Nix package manager..."
|
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
|
. ~/.nix-profile/etc/profile.d/nix.sh
|
||||||
|
|
||||||
# Step 5: Enable Flakes
|
# Step 5: Enable Flakes
|
||||||
|
Loading…
Reference in New Issue
Block a user