1
Fork 0

Format rebuild script a bit

This commit is contained in:
prescientmoon 2024-09-11 15:59:23 +02:00
parent 04a66f7f98
commit 2eb3151562
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U

View file

@ -1,2 +1,6 @@
#!/usr/bin/env bash #!/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)