| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 11 days | deployment: create (deployment keys) module | Marek Paśnikowski | |
| * deployment/keys.scm: define a module. * deployment/keys.scm: define variables mcdowell-guix and rakan-guix. * deployment/systems/mcdowell.scm (guix-offload-rakan): use the new key definition at rakan-guix. * deployment/systems/rakan.scm (guix-offload-authorizations): use the new key definitions at mcdowell-guix. * keys/guix/mcdowell-signing-key.pub: remove the file. * keys/guix/rakan-signing-key.pub: remove the file. | |||
| 12 days | add marek@mcdowell to gitolite admin keys | Marek Paśnikowski | |
| 12 days | replace admin-pubkey in gitolite | Marek Paśnikowski | |
| 12 days | implement offloading prototype | Marek Paśnikowski | |
| 13 days | pull test systems from remote repositories | Marek Paśnikowski | |
| 2025-11-09 | test-channels: add RDE channel | Marek Paśnikowski | |
| 2025-11-09 | uid1000: change default font family to Noto | Marek Paśnikowski | |
| * users/id1000.scm (uid1000-home-environment): change font family. | |||
| 2025-11-09 | uid1000-gitconfig: trust all directories | Marek Paśnikowski | |
| 2025-11-09 | remove dead code to prevent channel build failures | Marek Paśnikowski | |
| 2025-11-09 | remove unused import of (gnu packages kde) | Marek Paśnikowski | |
| The module no longer exists upstream. | |||
| 2025-10-17 | systems: rename ayase to asakura | Marek Paśnikowski | |
| 2025-10-10 | users: define test channels for id1000 | Marek Paśnikowski | |
| 2025-10-06 | id1000: disable font antialiasing and hinting | Marek Paśnikowski | |
| 2025-09-19 | id1000: enable font antialiasing and hinting | Marek Paśnikowski | |
| 2025-09-18 | rakan: use default channels | Marek Paśnikowski | |
| 2025-09-15 | akashi: maximise cooling | Marek Paśnikowski | |
| 2025-09-15 | users: implement variable font hinting | Marek Paśnikowski | |
| 2025-09-14 | users: set font antialiasing | Marek Paśnikowski | |
| 2025-09-14 | id1001: install Firefox | Marek Paśnikowski | |
| 2025-09-12 | rakan: add guix-rust-past-crates-channel | Marek Paśnikowski | |
| 2025-09-12 | id1000: restore Bash TAB completion | Marek Paśnikowski | |
| 2025-09-12 | id1001: configure Bash | Marek Paśnikowski | |
| 2025-09-12 | id1000: install Librewolf | Marek Paśnikowski | |
| 2025-09-12 | id1001: set default font family to Noto | Marek Paśnikowski | |
| 2025-09-12 | users: set Unifont as the default font | Marek Paśnikowski | |
| 2025-09-12 | id1001: add to the wheel group | Marek Paśnikowski | |
| 2025-09-12 | add initial home-environment to id1001 | Marek Paśnikowski | |
| 2025-09-10 | deployment: add uid1001 to cokolwiek | Marek Paśnikowski | |
| 2025-09-10 | deployment: add users module with an initial password definition | Marek Paśnikowski | |
| 2025-09-08 | ayase: uninstall gnome-boxes | Marek Paśnikowski | |
| 2025-09-07 | systems: add cokolwiek system | Marek Paśnikowski | |
| 2025-09-05 | systems: split identities of mcdowell and rakan | Marek Paśnikowski | |
| 2025-09-04 | mcdowell: dodaje listę kanałów do guix | Marek Paśnikowski | |
| 2025-08-27 | mcdowell: install guix-publish-service | Marek Paśnikowski | |
| 2025-08-17 | mcdowell: delete distribution-channel from (guix-configuration) | Marek Paśnikowski | |
| 2025-07-28 | uid1000-gitconfig: disable quotePath | Marek Paśnikowski | |
| 2025-07-27 | aisaka: add sejf.marekpasnikowski.pl to certbot | Marek Paśnikowski | |
| 2025-07-26 | Merge branch 'staging' | Marek Paśnikowski | |
| 2025-07-26 | aisaka: add sejf subdomain | Marek Paśnikowski | |
| 2025-07-24 | Merge branch 'staging' | Marek Paśnikowski | |
| 2025-07-24 | Merge branch 'dedistribution' into staging | Marek Paśnikowski | |
| 2025-07-24 | aisaka: disable Distribution channel in cgitdedistribution | Marek Paśnikowski | |
| 2025-07-24 | Merge branch 'staging' | Marek Paśnikowski | |
| 2025-07-24 | Merge branch 'dedistribution' into staging | Marek Paśnikowski | |
| 2025-07-24 | delete remaining bindings to Distribution channel | Marek 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-23 | Merge branch 'staging' | Marek Paśnikowski | |
| 2025-07-23 | Merge branch 'dedistribution' into staging | Marek Paśnikowski | |
| 2025-07-23 | [4] systems: delete imports of (suweren system) module | Marek 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 directly | Marek 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 channel | Marek 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. | |||
