Re: Guix custom channel and gnupg update

2025-01-22 Thread Andreas Enge
Hello Michael, Am Wed, Nov 20, 2024 at 05:39:45PM + schrieb Michael Dahlberg: > After spending a considerable amount of time researching Guix, I decided to > finally make the jump and install in on my main system. My first pain point > that I came across was when I needed access to my passwo

Re: How to create and maintain a personal Guix fork?

2025-01-22 Thread Tomas Volf
45mg <45mg.wri...@gmail.com> writes: > Hi Tomas, > > Tomas Volf <~@wolfsden.cz> writes: > >> Right, so I finally found some time to think about this, and I believe >> doing this safely should be possible with minor modification of the >> code. >> >> Currently Guix uses *intersection* of keys from

Re: Fail2Ban for sshd

2025-01-22 Thread lesikedelweiss--- via
Hi! I faced this issue too when I was trying to set up Fail2Ban. Here's how I fixed it: (service fail2ban-service-type (fail2ban-configuration (extra-jails (list (fail2ban-jail-configuration (name "sshd") (enabled? #t

Re: How to create and maintain a personal Guix fork?

2025-01-22 Thread Tomas Volf
Suhail Singh writes: > Tomas Volf <~@wolfsden.cz> writes: > >> Currently Guix uses *intersection* of keys from all parents. I would >> like to suggest modifying the check to use an *union* of: >> >> 1. *Intersection* of keys from all parents (the current logic). >> 2. Keys listed in $GUIX_AUTHEN

Re: How to create and maintain a personal Guix fork?

2025-01-22 Thread Suhail Singh
Tomas Volf <~@wolfsden.cz> writes: > In other words, the additional whitelisted keys are added to the set > of valid keys for a commit only if the key material exists on the > keyring branch. Makes sense. -- Suhail

Smarter way to garbage collect inferiors?

2025-01-22 Thread Richard Sent
Hi all, I have a small, 24GB server running unattended-upgrade-service, which regularly invokes guix time-machine. I noticed that the disk space on that server was stubbornly almost maxed even though I regularly delete system generations and gc'd all I could find. Turns out there was a large amoun

Re: guix pull seg faults. how to "reset" guix profile

2025-01-22 Thread Richard Sent
Leo Famulari writes: > I'd find a working copy of Guix in '/var/guix/profiles/per-user' and use > that. > > For example, all the old 'current-guix' profiles of root are found in > '/var/guix/profiles/per-user/root' Hey, just wanted to share my thanks as well! A server of mine wound up with a Gui

Re: Could not prepare Boot variable

2025-01-22 Thread Felix Lechner via
Hi, On Wed, Jan 22 2025, Efraim Flashner wrote: > add efi_pstore.pstore_disable=1 as a default kernel argument Thanks, Ephraim! Due to the recent explosion of traffic on the lists, I am reluctant to add one more, but I like your proposal. Kind regards Felix

Fail2Ban for sshd

2025-01-22 Thread Gabriel Wicki
Hi there! I have difficulties getting fail2ban actually banning IP addresses for one of my public machines running Guix System. There is this one IP address trying to log in through ssh every minute or so (failing, since logging in only works with key and not with password), but I'd like to have

Re: Could not prepare Boot variable

2025-01-22 Thread Efraim Flashner
On Wed, Jan 22, 2025 at 09:18:37AM +0200, Roman Riabenko via wrote: > On Tue, 21 Jan 2025 15:26:13 -0500 > "Leo Famulari" wrote: > > > On Tue, Jan 21, 2025, at 15:17, Roman Riabenko wrote: > > > Hello, Leo. > > > > > > On Tue, 21 Jan 2025 13:58:30 -0500 > > > Leo Famulari wrote: > > > > > >> Oka