just rebuild-system changed path of flake
This commit is contained in:
parent
9b0a1d4919
commit
b82b079966
2
justfile
2
justfile
|
@ -12,7 +12,7 @@ update-nix-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 $(readlink -f /etc/nixos)#$(hostname)
|
sudo nixos-rebuild switch --flake $HOME/nixos#$(hostname)
|
||||||
|
|
||||||
# updates all flake inputs for system
|
# updates all flake inputs for system
|
||||||
update-flake:
|
update-flake:
|
||||||
|
|
Loading…
Reference in New Issue