From 2eb31515628b3113589ffdf67b798175852324a8 Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Wed, 11 Sep 2024 15:59:23 +0200 Subject: [PATCH] Format rebuild script a bit --- scripts/rebuild.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/rebuild.sh b/scripts/rebuild.sh index 0094edd..5977212 100755 --- a/scripts/rebuild.sh +++ b/scripts/rebuild.sh @@ -1,2 +1,6 @@ #!/usr/bin/env bash -sudo nixos-rebuild switch --flake .#$(hostname) --show-trace --fast +sudo nixos-rebuild switch \ + --show-trace \ + --fast \ + --accept-flake-config \ + --flake .#$(hostname)