Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-26 | Turn system-configuration.scm into a proper module | Marek Paśnikowski | |
This fixes the following error: (exception misc-error (value #f) (value "no code for module ~S") (value ((systems izumi system-configuration))) (value #f)) Additionaly, the call to load secrets' path is removed, because .guix-channel already depends on that directory. | |||
2024-01-26 | Configure channel server properly | Marek Paśnikowski | |
The channel must be served from a subdirectory, because if is configured to the shorter, cgit path, guix pull receives the website content instead of the git content. For good measure, explicitly declare the fcgiwrap service. I am not sure if it is actually needed in the code, but I do not have the time to test it properly right now. | |||
2024-01-23 | Set up git-http service on cgit's location | Marek Paśnikowski | |
2024-01-18 | Transfer Izumi files to a dedicated subfolder | Marek Paśnikowski | |
This change is needed to accomodate existence of other configurations in the same repository. |