Re: installation on LVM on LUKS

2023-03-03 Thread wolf
On 2023-03-03 18:03:39 +0100, Emmanuel Beffara wrote: > Hi Roman, > > Thanks for the suggestions. > > De Roman Scherer le 03/03/2023 à 16:05: > > did you add the cryptsetup-static and lvm2-static packages to the > > packages field of your operating system? > > I had not, but I just tried adding

Grub installation and configuration

2023-03-03 Thread Emmanuel Beffara
Hello again, Continuing on my adventures with installing Guix System on LVM on LUKS with Grub as bootloader, I would like to suggest a few adujstments to how Grub is installed in Guix: - Install the keymaps in the EFI partition like the Grub modules, so that the proper keymap is setup early in

Re: installation on LVM on LUKS

2023-03-03 Thread Emmanuel Beffara
Hi Roman, Thanks for the suggestions. De Roman Scherer le 03/03/2023 à 16:05: > did you add the cryptsetup-static and lvm2-static packages to the > packages field of your operating system? I had not, but I just tried adding them and nothing changed. > Apart from that, I think you also need to a

Re: Examples of local-host-entries or hosts-service-type?

2023-03-03 Thread Remco van 't Veer
Bruno Victal wrote: >Were that the case then blacklists such as > >which employ the hosts file method would be broken. >AFAIK this method has around for a long time, I don't see this behavior >changing anytime soon >even if it turned out to be "against sp

Re: [gnu-soc] GNU Guix Project: Decentralized substitute distribution

2023-03-03 Thread Nick
If you would like true decentralization take a look for git decentralization techniques atop of L2 chains.. As I know all of those projects stalled a little bit. On Fri, Mar 3, 2023, 16:53 Shivam Madlani wrote: > -- Forwarded message - > From: Shivam Madlani > Date: Fri, 3 Mar 2

%current-system and --system

2023-03-03 Thread Greg Hogan
Hi Guix, >From my x86_64 machine I am executing offload builds targeting an aarch64 machine: $ guix build --system=aarch64-linux --manifest=manifest.scm Several packages do not build for aarch64 and need to be filtered out. %current-target-system is #f as these are offload builds not cross compi

Re: installation on LVM on LUKS

2023-03-03 Thread Roman Scherer
Hi Emmanuel, did you add the cryptsetup-static and lvm2-static packages to the packages field of your operating system? Apart from that, I think you also need to add the dm-crypt module to the initrd-modules field of the of the operating system. I'm not sure about your other question, but from

Re: installation on LVM on LUKS

2023-03-03 Thread Raffael Mancini
Hi Emmanuel, You might want to look into adding missing modules to the initramfs (https://guix.gnu.org/manual/en/html_node/Initial-RAM-Disk.html). I had to do this so I could boot a system with Linux MD RAID. Best regards, Raffael > Emmanuel Beffara hat am 02.03.2023 11:25 CET geschrieben:

Re: Icecat and ungoogled chromium in a container

2023-03-03 Thread Philip McGrath
Hi, On Wed, Mar 1, 2023, at 11:30 AM, Gottfried wrote: > (I am using Icecat with the Tor browser) I’m not sure I understand your configuration, and I rarely use Tor myself, but I wanted to make sure you’re aware that changing even innocuous-seeming settings can expose you to fingerprinting risk

Re: How to handle concurrent QT versions

2023-03-03 Thread Andreas Enge
Am Fri, Mar 03, 2023 at 09:47:42AM +0100 schrieb Alexander Asteroth: > Then it will probably be as easy (an cleaner) to make the program into a > "real" guix package with all the correct dependencies and install this > package. Indeed, good point, this could also be an interesting option. And "--

Re: Examples of local-host-entries or hosts-service-type?

2023-03-03 Thread Bruno Victal
On 2023-03-02 08:47, Remco van 't Veer wrote: > I not sure all applications will react well to having multiple entries > for the same IP-address. [...] > > From the hosts(5) manpage: > >> This file is a simple text file that associates IP addresses with >> hostnames, one line per IP address. I

Fwd: [gnu-soc] GNU Guix Project: Decentralized substitute distribution

2023-03-03 Thread Shivam Madlani
-- Forwarded message - From: Shivam Madlani Date: Fri, 3 Mar 2023 at 12:42 Subject: [gnu-soc] GNU Guix Project: Decentralized substitute distribution To: Hello all, My name is Shivam Madlani aiming for GSoC'23, and I am particularly interested in The Guix project. I took a look a

installation on LVM on LUKS

2023-03-03 Thread Emmanuel Beffara
Hello, I am currently trying to install Guix System on my laptop and I am facing an issue with the bootloader configuration. I use full-disk encryption with a single encrypted partition, split into several logical volumes using LVM, plus an extra non-encrypted partition for EFI boot material:

Re: streamlining custom package development

2023-03-03 Thread Marek Paśnikowski
> This is tedious. Is there a way to automate this a bit more? Only slightly. Do remember, that Guix is purely functional. Your pain is with the chain of dependencies. I recently went through a similar ordeal while packaging an update to Nix. I suggest to: 1. look up the dependency list on t

streamlining custom package development

2023-03-03 Thread Przemysław Kamiński
Hello, I'm a Guix noob so please be patient :) I currently want to use Guix to do some reproducible package management for my code. So far my workflow is this: 1. I want to build some Haskell code 2. I need custom libs, so I write a simple package file (ghc-stuff.scm) like this one: (defin

Re: How to handle concurrent QT versions

2023-03-03 Thread Alexander Asteroth
Then it will probably be as easy (an cleaner) to make the program into a "real" guix package with all the correct dependencies and install this package. Cheers, Alex On Thu, Mar 02 2023, 11:11:56, Andreas Enge wrote: > Am Wed, Mar 01, 2023 at 09:14:27AM +0100 schrieb Alexander Asteroth: >> guix