| Age | Commit message (Collapse) | Author |
|
* deployment/keys.scm (aisaka-guix):
define signing key of Guix daemon in aisaka.
* deployment/systems/aisaka.scm (rakan-machine, guix-offload-rakan, offload-rakan):
define the offload target.
* deployment/systems/aisaka.scm (system):
add the offload configuration to the list of services.
* deployment/systems/rakan.scm (guix-offload-authorizations):
change the authorized signing key to aisaka's.
* deployment/users.scm (openssh-configuration):
add the public SSH key of marek@aisaka.
|
|
* 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.
|
|
* users/id1000.scm (uid1000-home-environment):
change font family.
|
|
The module no longer exists upstream.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
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.
|
|
A recent update of GCC on Guix channel causes easyeffects to fail compilation due to a security error.
-----
The uninstallation of easyeffects is both the simplest and least impactful solution to the problem.
-----
Easyeffect was actually useful for one task only — duplication of a mono microphone signal into a stereo signal.
-----
This change removes easyeffects from the list of packages provided by default for user id1000.
-----
After this, Easyeffects program will no longer be available by default for user id1000.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tab-completion was too unpredictable for reliable use.
Tab-completion in Bash is a feature that enables users to complete
commands, file paths, and other arguments by pressing the Tab key.
When a user types part of a command or file name and presses Tab,
Bash attempts to auto-complete the input based on available options
in the current directory or the system's command list. If the input
is unique, Bash completes it automatically. If there are multiple
possibilities, pressing Tab twice lists all matching options.
In practice, the lack of explicit indication of a unique completion led
to spamming of the tab key, countering supposed efficiency gains and
breaking focus.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|