dotfiles-guix/scripts/reconfigure-system

3 lines
119 B
Bash
Executable file

#!/bin/sh
repo="$HOME/.config/guix"
sudo -E guix system -L "$repo/modules" reconfigure "$repo/systems/$(hostname).scm"