!tCyGickeVqkHsYjWnh:nixos.org

NixOS Networking

913 Members
Declaratively manage your switching, routing, wireless, tunneling and more.274 Servers

Load older messages


SenderMessageTime
23 Mar 2026
@nazarewk:matrix.orgkdnyeah, something like this was introduced along with custom relays for the Cloud offering (not sure if it's there yet), but I never looked into technical details TLDR; what I know is that you don't need the STUN/TURN servers anymore and can just use the netbird's relay19:27:20
@k900:0upti.meK900There's also an amneziawg fork that runs amneziawg directly but I tried to build it and ended up in go module heck19:27:25
@k900:0upti.meK900And I don't want to be in go module heck19:27:36
@nazarewk:matrix.orgkdnI'm not sure if it has anything to turn off other (non-GRPC/websocket) connectivity at all19:27:59
@k900:0upti.meK900There's also https://github.com/octelium/octelium19:28:36
@k900:0upti.meK900But it's One Guy and feels slop as all hell19:28:41
@nazarewk:matrix.orgkdnyou might best go to their Slack and ask Misha/Maycon about it on the help channel, I know they're quite friendly towards enabling users (we were discussing amazingwg etc. but no idea if anything came out of it)19:28:53
@nazarewk:matrix.orgkdnI bookmarked the HN discussion, might be worth reviewing https://news.ycombinator.com/item?id=4441220719:29:44
@adam:robins.wtfadamcstephenswow that's a dense readme21:07:28
@hexa:lossy.networkhexawhat I want is teleport with my own idp, now23:35:53
@hexa:lossy.networkhexaplease? 🥺23:36:03
24 Mar 2026
@libjared:matrix.org@libjared:matrix.org left the room.21:26:40
26 Mar 2026
@vika:fireburn.ruVika (she/her) changed their profile picture.18:36:08
27 Mar 2026
@xengi42:matrix.orguse new account: @xengi:xengi.de changed their display name from XenGi to use new account: @xengi:xengi.de.11:24:44
29 Mar 2026
@arcayr:mischief.expertarcayr joined the room.11:15:49
31 Mar 2026
@smoothie_one:matrix.orgsmoothie_one joined the room.11:48:44
1 Apr 2026
@bubylou:matrix.orgbubylou joined the room.00:58:41
4 Apr 2026
@m1cr0man:m1cr0man.comm1cr0man Is it possible to configure a networkd network unit using overrides in the standard module? I don't see an overrideStrategy option. 18:56:54
@hexa:lossy.networkhexawdym using overrides in the standard module?19:43:33
@m1cr0man:m1cr0man.comm1cr0man I mean in the NixOS module - systemd.network.networks.<name> 20:22:38
@m1cr0man:m1cr0man.comm1cr0man I want the output to be in /etc/systemd/network/<name>.d/overrides.conf 20:22:56
@hexa:lossy.networkhexathat exists as a concept? TIL20:57:12
@m1cr0man:m1cr0man.comm1cr0manThe reason is that systemd ships with default network units for the nspawn container related interfaces (e.g. lib/systemd/network/80-container-vz.network for vz-* interfaces) and I want to just add some options to that instead of redefining the whole network config.20:27:16
@hexa:lossy.networkhexanetworkd is fully declarative, so overrides on nixos settings already work :P20:58:21
@m1cr0man:m1cr0man.comm1cr0manmmm actually for what I want to do, a drop-in won't even fix it as I can't change what the settings are matching against, and that's a limitation of systemd-networkd. I'll have to duplicate the configs.20:34:31
@hexa:lossy.networkhexaRedacted or Malformed Event20:58:26
@m1cr0man:m1cr0man.comm1cr0man* mmm actually for what I want to do, a drop-in won't even fix it as I can't change the [Match] section, and that's a limitation of systemd-networkd. I'll have to duplicate the configs.20:34:44
@hexa:lossy.networkhexaRedacted or Malformed Event20:58:32
5 Apr 2026
@bubylou:matrix.orgbubylou

You can use the [Match] section in NixOS. For example a LAN config I have is setup like this.

systemd.network = {
    enable = true;

    networks."10-lan" = {
      matchConfig.Name = "enp1s0";
01:17:57
@bubylou:matrix.orgbubylou *

You can use the [Match] section in NixOS. For example a LAN config I have is setup like this.

systemd.network = {
    networks."10-lan" = {
      matchConfig.Name = "enp1s0";
01:18:58

Show newer messages


Back to Room ListRoom Version: 6