modify justfile

This commit is contained in:
Sam 2024-05-19 23:34:15 +01:00
parent c914883610
commit 3b653ecb20
1 changed files with 1 additions and 1 deletions

View File

@ -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: