From 502204ce8b170d8ed453293f6470cb6b92ffa152 Mon Sep 17 00:00:00 2001 From: Frieder Schlesier Date: Sat, 1 Jun 2024 16:39:01 +0200 Subject: [PATCH] .bin/update-{home, system}: cleanup --- .bin/update-home | 2 +- .bin/update-system | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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