This document details maintenance and administration of cuirass.genenetwork.org.
Updating cuirass.genenetwork.org
Fetch the most recent channel file.
guix shell curl -- curl -O https://git.genenetwork.org/guix-north-america/plain/channels.scm
Update guix using the most recent channel file.
sudo -i guix pull -C $(realpath channels.scm)
Update the system.
sudo guix system reconfigure -e '(@ (guix-na config balg02) %system)'
Reboot.
sudo reboot