Sample Header Ad - 728x90

How do I garbage collect a Guix System generation?

1 vote
1 answer
1195 views
Running sudo guix gc --list-roots on my Guix System I see a lot of system generations lying around, going all the way back to when I first installed the system.
$ sudo guix gc --list-roots
...
/var/guix/profiles/system-22-link
/var/guix/profiles/system-1-link
/var/guix/profiles/system-10-link
/var/guix/profiles/system-11-link
/var/guix/profiles/system-12-link
/var/guix/profiles/system-13-link
/var/guix/profiles/system-14-link
/var/guix/profiles/system-15-link
...
These are not garbage collected when I run sudo guix gc --delete-generations=30d as I would expect. Why is this and how do I GC the system roots?
Asked by Rovanion (1101 rep)
Jul 10, 2021, 08:07 AM
Last activity: Jul 11, 2021, 01:29 PM