Re: Modification of Services with External Definitions of Clause Bodies

2024-05-26 Thread Marek Paśnikowski
23.05.2024 14:58:16 CEST Marek Paśnikowski: > Good day to you all. > > I am trying to achieve the following configuration pattern: > > (define-public %distribution-services > (modify-services %desktop-services >(1-service-type config => 1-change) >(2-serv

Automated /etc/config.scm

2024-05-26 Thread Marek Paśnikowski
While pursuing a solution to another problem I saw some documentation which inspired me to question whether it is possible to have an operating-system configuration which injects itself into the /etc/config.scm file. Currently the content of my /etc/config.scm file reflects the state of system

Re: Automated /etc/config.scm

2024-05-26 Thread David Larsson
Hi Marek, I think its not possible to have guix pull edit /etc/config.scm without modifying how that command behaves in guix. But it is possible to edit /etc/config.scm when running guix system reconfigure, by using a service as described here: https://lists.gnu.org/archive/html/help-guix/2017

Re: Automated /etc/config.scm

2024-05-26 Thread Marek Paśnikowski
26.05.2024 20:03:24 CEST David Larsson: > Hi Marek, > > I think its not possible to have guix pull edit /etc/config.scm without > modifying how that command behaves in guix. > > But it is possible to edit /etc/config.scm when running guix system > reconfigure, by using a service as described here

Re: Automated /etc/config.scm

2024-05-26 Thread Richard Sent
Hi Marek! > I have already built the infrastructure to host my configurations on my home > server. I would like now to ditch the configuration repositories' clones in > the home directories on my computers and rely entirely on the combination of > the system-wide channels (this I have implemen

Re: LVM v. LUKS …

2024-05-26 Thread Braswell Business Communications Services Inc.
Hello Felix, The system configuration file /etc/config.scm is basically identical to the stock / automatic config on the ISO installer. Nothing substantive gets changed at install - in fact I’d be using the full auto install if I didn’t require the LVM for the system to read the other drive. Th

Re: Automated /etc/config.scm

2024-05-26 Thread Marek Paśnikowski
26.05.2024 22:51:33 CEST Richard Sent: > Hi Marek! > > > I have already built the infrastructure to host my configurations on my > > home server. I would like now to ditch the configuration repositories' > > clones in the home directories on my computers and rely entirely on the > > combination o