created rebuild.sh for rebuilding current active system quickly
This commit is contained in:
parent
c9ce067745
commit
f7963b8010
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