created rebuild.sh for rebuilding current active system quickly
This commit is contained in:
parent
440ccd0291
commit
96ef08b010
3
rebuild.sh
Executable file
3
rebuild.sh
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
sudo nixos-rebuild ${1:-switch} --flake .#$(hostname)
|
Loading…
Reference in a new issue