Re: How to put a file in /gnu/store and set its permissions

2021-12-07 Thread Arun Isaac
> by the looks of it, would still be putting the key in the store, which > is insecure. That's correct. I think you should look at how the ssh service or the wireguard service manages its keys. IIRC, they do so by generating a new key during /activation/ of the system. signature.asc Description

No sound on laptop after linux-libre 5.15

2021-12-07 Thread Paxton Evans
I've been encountering a strange sound issue lately, or rather, no sound at all since upgrading to linux-libre 5.15. The sound devices still appear in alsamixer and Pavucontrol, but try as I might, there's just no way to get them to play anything even though everything appears unmuted and detected

Re: How to put a file in /gnu/store and set its permissions

2021-12-07 Thread Nathan Dehnel
Thanks. Though that code causes "guix system: error: symlink: File exists: "/etc/ssh"" when I use it, and by the looks of it, would still be putting the key in the store, which is insecure. On Sun, Dec 5, 2021 at 8:44 PM Gary Johnson wrote: > > Nathan Dehnel writes: > > > Thanks. I guess then I