.bin/update-{home, system}: cleanup

This commit is contained in:
Frieder Schlesier 2024-06-01 16:39:01 +02:00
parent f764bfc86d
commit 502204ce8b
2 changed files with 1 additions and 2 deletions

View File

@ -8,4 +8,4 @@ echo
echo -e "${GREEN}Updating $HOME for ${BLUE}$(hostname)${GREEN}...${NC}" echo -e "${GREEN}Updating $HOME for ${BLUE}$(hostname)${GREEN}...${NC}"
echo 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

View File

@ -9,4 +9,3 @@ echo -e "${GREEN}Updating ${BLUE}$(hostname)${GREEN}...${NC}"
echo echo
sudo guix system -v 3 -c 10 -L ~/git/dotfiles/ reconfigure ~/git/dotfiles/fschl/systems/$(hostname).scm 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