modify justfile
This commit is contained in:
parent
c914883610
commit
3b653ecb20
2
justfile
2
justfile
|
@ -12,7 +12,7 @@ update-flake-secrets:
|
||||||
# full system rebuild from flake (stages changes and automatically detects host)
|
# full system rebuild from flake (stages changes and automatically detects host)
|
||||||
rebuild-system:
|
rebuild-system:
|
||||||
git add *.nix
|
git add *.nix
|
||||||
sudo nixos-rebuild switch --flake $HOME/nixos#$(hostname)
|
sudo nixos-rebuild switch --flake .#$(hostname)
|
||||||
|
|
||||||
# updates all flake inputs for system
|
# updates all flake inputs for system
|
||||||
update-flake:
|
update-flake:
|
||||||
|
|
Loading…
Reference in New Issue