diff --git a/.bin/update-home b/.bin/update-home index 26765ff..4743a87 100755 --- a/.bin/update-home +++ b/.bin/update-home @@ -8,4 +8,4 @@ echo echo -e "${GREEN}Updating $HOME for ${BLUE}$(hostname)${GREEN}...${NC}" echo -RUNNING_GUIX_HOME=1 guix home -L ~/git/dotfiles/ reconfigure ~/git/dotfiles/fschl/systems/$(hostname).scm +RUNNING_GUIX_HOME=1 guix home -v 3 -c 10 -L ~/git/dotfiles/ reconfigure ~/git/dotfiles/fschl/systems/$(hostname).scm diff --git a/.bin/update-system b/.bin/update-system index 5ae9d56..ac33cae 100755 --- a/.bin/update-system +++ b/.bin/update-system @@ -9,4 +9,3 @@ echo -e "${GREEN}Updating ${BLUE}$(hostname)${GREEN}...${NC}" echo sudo guix system -v 3 -c 10 -L ~/git/dotfiles/ reconfigure ~/git/dotfiles/fschl/systems/$(hostname).scm -# sudo guix system -v 3 -c 8 -L ~/git/dotfiles/ build ~/git/dotfiles/fschl/systems/$(hostname).scm