just rebuild-system changed path of flake

This commit is contained in:
Sam 2024-05-15 21:07:41 +01:00
parent 9b0a1d4919
commit b82b079966
1 changed files with 1 additions and 1 deletions

View File

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