moves hardware config to original pre-generated location

This commit is contained in:
2024-11-02 19:36:28 +01:00
parent 64f8ea8609
commit 4c64a52449
4 changed files with 7 additions and 110 deletions

View File

@@ -104,7 +104,7 @@ sys_packages() {
brew cleanup
else
if [ -x "$(command -v nixos-version)" ]; then
cd $HOME/dotfiles/config/nixos && sudo nixos-rebuild switch --flake .#$DOTF_HOSTNAME
cd $HOME/dotfiles/config/nixos && sudo nixos-rebuild switch --flake .#$DOTF_HOSTNAME --impure
# Exit if this failed
if [ $? -ne 0 ]; then