Re: "bad use of syntactic keyword" - after "sudo guix system reconfigure /etc/config.scm"

2022-08-04 Thread Gottfried
Hi Guixers, thanks for the answer. I changed my config.scm to: (service guix-service-type config => (guix-configuration (inherit config) (extra-options (list "--gc-keep-derivations=yes" "--gc-keep-outputs=yes" and after: gfp@Tuxedo ~$ sudo

managing waiting patches

2022-08-04 Thread Nicolas Graves via
Hi! I've some patches waiting to be merged, and was thinking about how to deal with that. (I understand that maintainers are few and probably overworked, I'm not criticizing anyone.) There are actually two problems in one : 1) how to manage and track series of patches one makes in his local re

re: gc Problem in config.scm- solved

2022-08-04 Thread Gottfried
Hello Guixers, thanks to everyone for help, Efraim Flashner gave me the hint which helped "Move (guix-service-type ... to inside of (modify-services ..." the problem is solved, when I do a: sudo guix system reconfigure /etc/config.scm it runs through. Gottfried OpenPGP_0x61FAF349C9FB7F9

Re: gc Problem in config.scm- solved

2022-08-04 Thread (
On Thu Aug 4, 2022 at 5:34 PM BST, Gottfried wrote: > Efraim Flashner gave me the hint which helped > > "Move (guix-service-type ... to inside of (modify-services ..." Yeah, I was mistaken; my brain stopped working for a moment :) (Which is quite a common occurence :P) -- (

messages in updating my config.scm

2022-08-04 Thread Gottfried
Hi Guixers, when doing a sudo guix system reconfigure /etc/config.scm it gives me two messages: /etc/config.scm:49:14: Warnung: the 'target' field is deprecated, please use 'targets' instead /etc/config.scm:8:0: Warnung: Elemente der Liste im Feld „swap-devices“ sollten nun über das Verbunds

Re: messages in updating my config.scm

2022-08-04 Thread (
On Thu Aug 4, 2022 at 5:40 PM BST, Gottfried wrote: > (bootloader > (bootloader-configuration >(bootloader grub-efi-bootloader) >(target "/boot/efi") You'll want to just change this to: (bootloader (bootloader-configuration (bootloader grub-efi-bootloader) (targets (list