aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLars-Dominik Braun <ldb@leibniz-psychology.org>2023-06-14 07:33:18 +0200
committerLars-Dominik Braun <ldb@leibniz-psychology.org>2023-06-14 07:33:18 +0200
commit384381f0f900af17c9ec703ebe35b8b3445750f3 (patch)
treeae1e894f9c7dc1fce7e24cdfb3acfa0bf1161ba9 /etc
parentb94cbbbce70f59b795526a0ed305facf041e6faa (diff)
downloadguix-384381f0f900af17c9ec703ebe35b8b3445750f3.tar.gz
guix-384381f0f900af17c9ec703ebe35b8b3445750f3.zip
.guix-authorizations: Remove Lars-Dominik Braun’s professional key.
* .guix-authorizations: Remove from lbraun (professional).
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions
a>Ricardo Wurmus * gnu/machine/digital-ocean.scm (ip+netmask->cidr): New procedure. (guix-infect, add-static-networking): Use static-networking-service-type instead of the deprecated static-networking-service. 2022-11-09machine/digital-ocean: Use nightly Guix.Ricardo Wurmus * gnu/machine/digital-ocean.scm (guix-infect): Fetch latest Guix build from ci.guix.gnu.org. 2022-10-17guix: Fix typos.Julien Lepiller These typos were found and reported through weblate. * gnu/packages/audio.scm (wildmidi)[description]: Fix typo. * gnu/packages/games.scm (cgoban)[description]: Fix typo. * gnu/services/version-control.scm (gitolite-service-type)[description]: Fix typo. * gnu/installer/newt/substitutes.scm (run-substitutes-page): Remove full stop at end of title. * gnu/machine/ssh.scm (machine-ssh-configuration-system): Move punctuation outside of quotes. * guix/scripts/home.scm (process-action): Remove trailing space before newline. * guix/scripts/system.scm (show-help): Fix typo. * guix/scripts/environment.scm (with-store/maybe): Fix typo. 2022-09-26machine: ssh: Parameterize '%current-system' early on.Ludovic Courtès Fixes <https://issues.guix.gnu.org/58084>. Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>. Previously, "sanity checks" and other operations would happen in a context where '%current-system' has its default value. Thus, running 'guix deploy' on x86_64-linux machine for an aarch64-linux one would lead things like '%base-initrd-modules' to see "x86_64-linux" as the '%current-system' value, in turn making the wrong choices. * gnu/machine/ssh.scm (check-deployment-sanity)[assertions]: Wrap in 'parameterize'. (deploy-managed-host): Likewise for the 'mlet' body. 2022-09-04Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN.Matthew James Kraai * gnu/machine/digital-ocean.scm (maybe-raise-missing-api-key-error): Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 5cb843034b38c5c5a6dd10904bdf2a'>gnu: system: Add home-directory-permissions field to <user-account>....David Thompson 2023-07-19marionette: Allow passing custom OCR arguments....Bruno Victal 2023-07-13hurd-boot: Cater for netdde....Janneke Nieuwenhuizen 2023-07-13hurd-boot: Setup pci-arbiter and rumpdisk translators....Janneke Nieuwenhuizen 2023-06-14gnu: image: Add support for unformatted partitions....Efraim Flashner 2023-05-17hurd-boot: Symlink /hurd before setting up translators....Josselin Poiret 2023-05-06services: dbus-service, secret-service: Do not cause (fibers) to be loaded....Ludovic Courtès 2023-02-26file-systems: Validate 'no-diratime flag....Tobias Geerinckx-Rice 2023-01-30linux-container: 'container-excursion' forks to join the PID namespace....Ludovic Courtès 2023-01-30container: Correctly report exit status....Ludovic Courtès 2022-12-24hurd-boot: Fix list of devices with translators....Ludovic Courtès 2022-12-17activation: Firmware activation handles missing support in kernel....Marius Bakke 2022-12-12Merge branch 'version-1.4.0'Ludovic Courtès 2022-12-12image: Use 512 byte blocks for EFI partitions....Efraim Flashner 2022-12-10install: 'umount-cow-store' retries upon EBUSY....Ludovic Courtès 2022-11-28system: hurd: Create more ttys....Ludovic Courtès 2022-11-28hurd-boot: Explain why 'getxattr' cannot be used on GNU/Hurd....Ludovic Courtès 2022-11-28hurd-boot: Create more PTY nodes....Ludovic Courtès 2022-11-20file-systems: Always do recursive bind mounts....Ricardo Wurmus 2022-11-17tests: root-unmount: Wait for the first QEMU process to finish....Ludovic Courtès 2022-11-15install: Validate symlink target in evaluate-populate-directive....Maxim Cournoyer 2022-11-15linux-modules: Add 'load-pci-device-database'....Ludovic Courtès 2022-11-15linux-modules: Add support for listing PCI devices....Ludovic Courtès