Re: How to open: Usb, hdd and other storage sata

2022-10-14 Thread Niklas Schmidt
Hello everybody, I can't speak for Thunar or any other graphical file manager, but I think many file managers do in some way or another support File System in Userspace (FUSE). I use Udisks to mount storage media without "sudo". In my operating system definition, I add my user to the fuse

Re: Guix Network Router?

2022-09-01 Thread Niklas Schmidt
On Tue, Aug 30, 2022 at 13:27:45 -0400, Peter Polidoro wrote: This looks great, thank you! I will test it out as soon as I get a chance. Great! - Set up static IPv4-only networking. For my particular case I would like a dynamic IP address on the wan interface and static IP addresses on

Re: Guix Network Router?

2022-08-29 Thread Niklas Schmidt
Hello Peter. On Wed, Aug 24, 2022 at 11:27:33 -0400, Peter Polidoro wrote: Does anyone have any examples of using Guix System as a network router? Below I attach a system configuration that works for me. It doesn't necessarily adhere to Guix's best practices in every regard. I would

Re: manifest.scm - Howddya get specific commit 4 package?

2022-01-13 Thread Niklas Schmidt
Hello Jacob, I would like to point you to the section 2.1.5.3 Inheritance of the cookbook: https://guix.gnu.org/cookbook/en/guix-cookbook.html#Inheritance There it says: All unspecified fields are inherited from the parent package. This is very convenient to create alternative packages,

Re: Add VLAN with Guile Netlink link-add

2022-01-11 Thread Niklas Schmidt
Thanks a lot, Julien! I really like the short examples in the documentation. They are very helpful to me. Adding the VLAN link works now. For anyone interested, here is what works for me, based on Julien's documentation: As root (in order to configure network interfaces): root@guix ~#

Add VLAN with Guile Netlink link-add

2022-01-10 Thread Niklas Schmidt
Dear Guix, I really appreciate the ability to declare a static-networking configuration. I face some difficulties adding a 802.1Q VLAN interface using the Guile Netlink package. I added guile-netlink to my operating system definition's packages field. Running guile as root using su, I get