aboutsummaryrefslogtreecommitdiff

This document details maintenance and administration of cuirass.genenetwork.org.

Updating cuirass.genenetwork.org

  1. Fetch the most recent channel file.

    guix shell curl -- curl -O https://git.genenetwork.org/guix-north-america/plain/channels.scm
    
  2. Update guix using the most recent channel file.

    sudo -i guix pull -C $(realpath channels.scm)
    
  3. Update the system.

    sudo guix system reconfigure -e '(@ (guix-na config balg02) %system)'
    
  4. Reboot.

    sudo reboot