summaryrefslogtreecommitdiff
path: root/systems/izumi/izumi.org
AgeCommit message (Collapse)Author
2024-01-26Turn system-configuration.scm into a proper moduleMarek 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-26Turn home-configuration.scm into a proper moduleMarek Paśnikowski
This fixes the following error: (exception misc-error (value #f) (value "no code for module ~S") (value ((systems izumi home-configuration))) (value #f))
2024-01-26Make home-configuration.scm depend on (gnu home)Marek Paśnikowski
This fixes the following error: (exception unbound-variable (value #f) (value "Unbound variable: ~S") (value (home-environment)) (value #f))
2024-01-26Configure channel server properlyMarek 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-23Set up git-http service on cgit's locationMarek Paśnikowski
2024-01-22Install zip and unzipMarek Paśnikowski
Needed for ODT export in Emacs Org.
2024-01-18Point to the channel repository for reconfiguration aliasesMarek Paśnikowski
2024-01-18Transfer Izumi files to a dedicated subfolderMarek Paśnikowski
This change is needed to accomodate existence of other configurations in the same repository.