.bin/update-{home, system}: cleanup
This commit is contained in:
parent
f764bfc86d
commit
502204ce8b
|
@ -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
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue