dotfiles-guix/scripts/reconfigure-system

4 lines
130 B
Text
Raw Normal View History

2024-12-07 01:45:22 +00:00
#!/bin/sh
repo="$HOME/.config/guix"
sudo -E guix-retry guix system -L "$repo/modules" reconfigure "$repo/systems/$(hostname).scm"