summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
4 daysid1000: define SSH keys used on 4 systemsMarek Paśnikowski
* users/id1000.scm (openssh-host/*, openssh-configuration, openssh): implement records defining an SSH configuration. * users/id1000.scm (uid1000-home-environment): isolate function call to home-fontconfig-service-type for better legibility; use the openssh record.
7 daysgitolite: disable admin-pubkeyMarek Paśnikowski
* deployment/systems/aisaka.scm (gitolite): turn off the declarative entry of admin keys, as it is impossible to add more than one.
11 daysdeployment: create (deployment keys) moduleMarek 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 daysadd marek@mcdowell to gitolite admin keysMarek Paśnikowski
12 daysreplace admin-pubkey in gitoliteMarek Paśnikowski
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.