WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit 1b9eb3a6e1 - Show all commits

View file

@ -187,6 +187,7 @@ update() {
docker-update() { docker-update() {
for dir in $HOME/git/dotfiles/docker/*; do for dir in $HOME/git/dotfiles/docker/*; do
cd $dir cd $dir
docker compose pull
docker compose up -d docker compose up -d
cd .. cd ..
done done