Skip to content

Commit

Permalink
fix apply-nixos.sh - see NixOS/nixpkgs#169193
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaschrstnsn committed Jul 15, 2022
1 parent f811653 commit 665d517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apply-nixos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ CONFIGURATION="${1:-$DEFAULT_CONFIGURATION}"

echo activating system "$CONFIGURATION" configuration

sudo nixos-rebuild switch --flake .#"$CONFIGURATION"
nixos-rebuild switch --use-remote-sudo --flake .#"$CONFIGURATION"

echo successfully activated system "$CONFIGURATION"

0 comments on commit 665d517

Please sign in to comment.