summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
12 daysimplement offloading prototypeMarek Paśnikowski
13 dayspull test systems from remote repositoriesMarek Paśnikowski
2025-11-09test-channels: add RDE channelMarek Paśnikowski
2025-11-09uid1000: change default font family to NotoMarek Paśnikowski
* users/id1000.scm (uid1000-home-environment): change font family.
2025-11-09uid1000-gitconfig: trust all directoriesMarek Paśnikowski
2025-11-09remove dead code to prevent channel build failuresMarek Paśnikowski
2025-11-09remove unused import of (gnu packages kde)Marek Paśnikowski
The module no longer exists upstream.
2025-10-17systems: rename ayase to asakuraMarek Paśnikowski
2025-10-10users: define test channels for id1000Marek Paśnikowski
2025-10-06id1000: disable font antialiasing and hintingMarek Paśnikowski
2025-09-19id1000: enable font antialiasing and hintingMarek Paśnikowski
2025-09-18rakan: use default channelsMarek Paśnikowski
2025-09-15akashi: maximise coolingMarek Paśnikowski
2025-09-15users: implement variable font hintingMarek Paśnikowski
2025-09-14users: set font antialiasingMarek Paśnikowski
2025-09-14id1001: install FirefoxMarek Paśnikowski
2025-09-12rakan: add guix-rust-past-crates-channelMarek Paśnikowski
2025-09-12id1000: restore Bash TAB completionMarek Paśnikowski
2025-09-12id1001: configure BashMarek Paśnikowski
2025-09-12id1000: install LibrewolfMarek Paśnikowski
2025-09-12id1001: set default font family to NotoMarek Paśnikowski
2025-09-12users: set Unifont as the default fontMarek Paśnikowski
2025-09-12id1001: add to the wheel groupMarek Paśnikowski
2025-09-12add initial home-environment to id1001Marek Paśnikowski
2025-09-10deployment: add uid1001 to cokolwiekMarek Paśnikowski
2025-09-10deployment: add users module with an initial password definitionMarek Paśnikowski
2025-09-08ayase: uninstall gnome-boxesMarek Paśnikowski
2025-09-07systems: add cokolwiek systemMarek Paśnikowski
2025-09-05systems: split identities of mcdowell and rakanMarek Paśnikowski
2025-09-04mcdowell: dodaje listę kanałów do guixMarek Paśnikowski
2025-08-27mcdowell: install guix-publish-serviceMarek Paśnikowski
2025-08-17mcdowell: delete distribution-channel from (guix-configuration)Marek Paśnikowski
2025-07-28uid1000-gitconfig: disable quotePathMarek Paśnikowski
2025-07-27aisaka: add sejf.marekpasnikowski.pl to certbotMarek Paśnikowski
2025-07-26Merge branch 'staging'Marek Paśnikowski
2025-07-26aisaka: add sejf subdomainMarek Paśnikowski
2025-07-24Merge branch 'staging'Marek Paśnikowski
2025-07-24Merge branch 'dedistribution' into stagingMarek Paśnikowski
2025-07-24aisaka: disable Distribution channel in cgitdedistributionMarek Paśnikowski
2025-07-24Merge branch 'staging'Marek Paśnikowski
2025-07-24Merge branch 'dedistribution' into stagingMarek Paśnikowski
2025-07-24delete remaining bindings to Distribution channelMarek Paśnikowski
This removal is part of a process to decomission Distribution channel. --- The ultimate goal is to move useful code from Distribution channel to either Sovereign or Deployment channel. Everything else will be deleted and ultimately will be removed from network. --- Module (deployment systems aisaka) has a dangling import of (suweren update). Module (deployment users id1000) uses update-commands from (suweren update). Guix-channel file includes dependency on Distribution channel. --- The dangling import of (suweren update) is deleted from (deployment systems aisaka). The update-commands binding is replaced with a definition from Sovereign channel. The dependency on Distribution channel is removed from the list. --- With this change Deployment channel is completely independent of Distribution, which can be deleted now.
2025-07-23Merge branch 'staging'Marek Paśnikowski
2025-07-23Merge branch 'dedistribution' into stagingMarek Paśnikowski
2025-07-23[4] systems: delete imports of (suweren system) moduleMarek Paśnikowski
This removal is part of a process to decomission Distribution channel. --- The ultimate goal is to move useful code from Distribution channel to either Sovereign or Deployment channels. Everything else will be deleted and ultimately will be removed from network. --- The (suweren system) module was imported in aisaka, akashi and ayase systems. --- All these imports are deleted. --- After this (suweren system) module can be deleted from Distribution channel.
2025-07-23[3] akashi: use %base-file-systems directlyMarek Paśnikowski
This replacement is part of a process to decomission Deployment channel. --- The ultimate goal is to move useful code from Deployment channel to either Sovereign or Deployment channels. Everything else will be deleted and ultimately will be removed from network. --- The replaced reference is a useless indirection. --- The direct object from upstream Guix channel is used instead. --- This is the last variable from (suweren system) module gone.
2025-07-23[2] systems: utilise locale string from Sovereign channelMarek Paśnikowski
This replacement is part of a process to decomission Deployment channel. --- The ultimate foal is to move useful code from Deployment channel to either Sovereign or Deployment channels. Everything else will be deleted and ultimately the entire channel will be removed from network. --- The replaced refences are already defined in Sovereign channel. --- The definitions from Sovereign channel are used in place of the old ones. --- The Sovereign definition is exactly the same as on in Distribution channel.
2025-07-23[1] systems: utilise locale definition from Sovereign channelMarek Paśnikowski
This replacement is part of a process to decomission Deployment channel. --- The ultimate goal is to move useful code from Deployment channel to either Sovereign or Deployment channels. Everything else will be deleted and ultimately the entire channel will be removed from network. --- The replaced refences are already defined in Sovereign channel. --- The definitions from Sovereign channel are used in place of the old ones. --- The Sovereign definition is slightly more complete (with explicit charset field), but functionally the same as the old one.
2025-07-23Merge branch 'staging'Marek Paśnikowski
2025-07-23id1000: delete reference to %suweren-home-services from Deployment channelMarek Paśnikowski
This removal is part of a process to decommission Deployment channel. --- The ultimate goal is to move useful code from Deployment channel to either Sovereign or Deployment channels. Everything else will be deleted and ultimately the entire channel will be removed from the net. --- The deleted reference contains in its definition variables from both upstream Guix and another Distribution module. Record uid1000-home-environment is the only user of the deleted reference. This definition is in outdated style. The (suweren home) module, defining the deleted reference, is also still imported by (deployment systems aisaka). --- The variables listed in the deleted reference are used directly in the modified record. This record is also restructured to match the current style. The imports of of (suweren home) module are deleted from all affected modules. Appropriate imports are added in (deployment users id1000). --- Nothing else depends on the deleted reference, so its definition can be safely deleted from Distribution channel. As it is the last definition in the module, the entire file can be deleted from the channel.