updates readme.md and updates update cli to do a channel update before nixos-rebuild

This commit is contained in:
2024-11-08 12:06:12 +01:00
parent f4f9d0b790
commit 576f141889
2 changed files with 9 additions and 16 deletions

View File

@@ -93,6 +93,7 @@ symlinks() {
}
sys_packages_upgrade() {
sudo nix-channel --update
cd $HOME/dotfiles/config/nixos && sudo nixos-rebuild switch --upgrade --flake .#$DOTF_HOSTNAME --impure
}