2021-05-19

<mjvc[m]> Hi, does anyone have any tips for debugging the generated wireguard tunnel?

2021-05-18

<{^_^}> [nixpkgs] @Ma27 merged pull request #123497 → prometheus-wireguard-exporter: fix darwin build → https://github.com/NixOS/nixpkgs/pull/123497
<{^_^}> [nixpkgs] @stephank opened pull request #123497 → prometheus-wireguard-exporter: fix darwin build → https://github.com/NixOS/nixpkgs/pull/123497

2021-05-12

<{^_^}> [nixpkgs] @Ma27 merged pull request #122638 → wireguard-tools: 1.0.20210315 -> 1.0.20210424, linuxPackages.wireguard: 1.0.20210219 -> 1.0.20210424 → https://github.com/NixOS/nixpkgs/pull/122638

2021-05-11

<{^_^}> [nixpkgs] @Ma27 opened pull request #122638 → wireguard-tools: 1.0.20210315 -> 1.0.20210424, linuxPackages.wireguard: 1.0.20210219 -> 1.0.20210424 → https://github.com/NixOS/nixpkgs/pull/122638

2021-05-09

<{^_^}> [nixpkgs] @lukegb merged pull request #122344 → nixosTests.systemd-networkd: remove wireguard kernel module → https://github.com/NixOS/nixpkgs/pull/122344
<{^_^}> [nixpkgs] @NinjaTrappeur opened pull request #122344 → nixosTests.systemd-networkd: remove wireguard kernel module → https://github.com/NixOS/nixpkgs/pull/122344

2021-05-05

<{^_^}> [nixpkgs] @globin merged pull request #121842 → prometheus-wireguard-exporter: 3.4.2 -> 3.5.0 → https://github.com/NixOS/nixpkgs/pull/121842
<{^_^}> [nixpkgs] @Ma27 opened pull request #121842 → prometheus-wireguard-exporter: 3.4.2 -> 3.5.0 → https://github.com/NixOS/nixpkgs/pull/121842

2021-05-03

<{^_^}> [nixpkgs] @Infinisil merged pull request #121294 → wireguard module: generatePrivateKeyFile: Fix chmod security race → https://github.com/NixOS/nixpkgs/pull/121294

2021-05-02

<eyJhb> infinisil: Wireguard does not have a name attribute, for the interface? I think.. except the attribute key

2021-05-01

<aleph-> Cadey: I'll give you my wireguard setup then :)
<Cadey> i mean i do it manually with routing rules and wireguard directly
<aleph-> colemickens: Could do that with wireguard-go directly cough cough

2021-04-30

<{^_^}> [nixpkgs] @nh2 opened pull request #121331 → wireguard module: Add `dynamicEndpointRefreshSeconds` option → https://github.com/NixOS/nixpkgs/pull/121331
<{^_^}> [nixpkgs] @nh2 opened pull request #121294 → wireguard module: generatePrivateKeyFile: Fix chmod security race → https://github.com/NixOS/nixpkgs/pull/121294

2021-04-23

<{^_^}> [nixpkgs] @onsails opened pull request #120357 → wireguard: wg-quick userspaceImplementation option → https://github.com/NixOS/nixpkgs/pull/120357

2021-04-21

<_anb> ben71: if you have kernel > 5.6, it's easier to use wireguard for 1:1 vpn, but if you want the connection between multiple peers, openvpn can save you soem configuration.
<radvendii> wireguard*

2021-04-20

<jordandoyle> have another (verified) box connect to GP and then let us wireguard to that box
<jordandoyle> still not managed to convince IT to setup a wireguard server for us

2021-04-15

<edrex> research on ssh issue didn't come up with much. Probably should just get wireguard going and then I won't care.

2021-04-14

<f0x> hmm I wanted to run an NFS share over wireguard, but even though nfs4 doesn't require rpcbind it will always get started on both server and client (and always listens on 0.0.0.0?)
<gchristensen> asymmetric: if your remote user on wireguard-gateway is foo and your local user on localhost is bar, bar needs to be trusted by localhost, and foo needs to be trusted by wireguard-gateway
<asymmetric> nixos-rebuild switch --target-host wireguard-gateway --build-host localhost --flake ..#wireguard-gateway --use-remote-sudo
<aleph-> Okay there we go somehow missing the closures for the wireguard device package. Grumble.
<mewra> even after you run modprobe wireguard on the host?
<aleph-> mewra: Yeah that's what I thought. Probably need to fiddle some more as my container gives off an error device not found/unknown when I try a `ip link add dev wg0 type wireguard`
<edef> aleph-: the container won't be able to modprobe/insmod wireguard anyway
<aleph-> gchristensen: Yeah the root issue is I'm trying to get wireguard working in a container. Which given I'm stuck on 5.4~ in the container means I'm missing the kernel driver. Might just override the module def for containers and include the wg driver that way.
<asymmetric> so wireguard at the other end discards the packet as having an incorrect src
<asymmetric> whenever i add more than one subnet to wireguard.interfaces.wg0.ips, one of them takes over, meaning taking over the src ip on all other wireguard subnets
<asymmetric> has anyone successfully configured more than one wireguard vpn using the wireguard module?
<aleph-> Hmm, what would be the proper way to generate a wireguard interface and import it into a nixOS container?

2021-04-13

<eyJhb> Anyone has a config for wireguard in a network namespace? (bonus points if it includes systemd service that uses that namespace)
<eyJhb> Trying to build a setup with wireguard I get the following output. NOt sure why?

2021-04-12

<Church-> Hmm, question does anyone use nixOS containers with wireguard interfaces as the network interface?

2021-04-09

<tomberek> wireguard-tools doesn't package up the contrib folder
<hyx> So if I wanted to find the path of the wireguard-tools I'm using now
<radvendii> if wireguard is configured through NixOS, the configuration will be read-only
<hyx> and now there's a script apparently shipped with wireguard-tools that's supposed to refresh the endpoint, documented at https://wiki.archlinux.org/index.php/WireGuard#Endpoint_with_changing_IP
<hyx> and a peer outside that loses connection each day because wireguard doesn't refresh its endpoint once resolved
<hyx> I have a wireguard server running at home behind DDNS

2021-04-07

<eggplant> hello -- does anyone know anything about configuring wireguard interfaces? i added a bunch of configurations and i would like units for them to be generated, however they seem to be enabled by default which i would like to avoid
<clever> hyper_ch: because wireguard is now part of linux itself, and you dont need extraModulePackages anymore!
<colemickens> To one that has wireguard built in and/or doesnt have a corresponding linuxPackages_5_x.wireguard
<hyper_ch> and before I tried this # boot.extraModulePackages = with config.boot.kernelPackages; [ wireguard ];

2021-04-03

<matthewcroughan> So does Innernet just use wireguard clients? So does that mean that I just need a wireguard client on my phone?

2021-03-22

<matthewcroughan_> gchristensen: Man, Tailscale is great. I tried to do my own thing with Wireguard, but it's just impossible, because DNS on Android is basically unconfigurable.

2021-03-15

<supersandro2000> you can stop the wireguard service, right?
<cwprobablydead[m> Specifically, I have a wireguard VPN set up and when that server is down I can't even rebuild to kill the VPN as it needs to download the binaries.
<{^_^}> [nixpkgs] @Ma27 pushed to release-20.09 « wireguard-tools: 1.0.20210223 -> 1.0.20210315 »: https://git.io/JqdSf
<{^_^}> [nixpkgs] @Ma27 pushed to master « wireguard-tools: 1.0.20210223 -> 1.0.20210315 »: https://git.io/JqdrZ

2021-03-03

<emilsp> there are no wireguard servers, just peers.
<levels> Has anyone here managed to get this working?? NixOS box on VPS with dnsmasq / wireguard as server, NixOS box local as wireguard client?
<tomberek> levels: best would be a wireguard-backed tinc
<l-as> It's very intuitive, and on the wireguard website there's a video even
<levels> I;m talking about the wireguard config file that Nix is creating
<levels> The regulare wireguard implenentation here https://github.com/NixOS/nixpkgs/blob/nixos-20.09/nixos/modules/services/networking/wireguard.nix doesnt seem to build a wireguard config file and is not affected by this.
<levels> The config file this creates is invalid, because "Address" is not a valid option for Wireguard, it has to be "Addresses"
<levels> Hi all, has anyone experience with Wireguard and the nixos wg-quick approach? I think I might have found a 2 year old bug in https://github.com/NixOS/nixpkgs/blob/nixos-20.09/nixos/modules/services/networking/wg-quick.nix

2021-03-02

<clime> nicolas[m], srhb: well, that worked (i have also run nixos-rebuild switch and then needed to kill some pending wireguard-go instance that i experimented with before)
<srhb> clime: Okay, then you'll need something like what the wireguard module does; boot.extraModulePackages = optional (versionOlder kernel.kernel.version "5.6") kernel.wireguard;
<clime> srhb: i have a client confg file that i copied into /etc/wireguard/wg0.conf. Normally I should be able to just run `wg-quick up wg0` but i can't right now because the wireguard kernel module is not loaded
<clime> srhb: i tried to make wireguard work on NixOS VERSION="20.09.3341.df8e3bd1109 (Nightingale)"
<srhb> clime: Why aren't you using the wireguard nixos modules?
<clime> srhb: tried to make wireguard kernel module load that I found in some extras path under /nix/store but it isn't avaialable under /run/current-system/kernel-modules/lib/modules/5.4.100 where modprobe looks by default
<clime> well, i didn't make it work (wireguard), because insmod gives some unknown symbol error.
<clime1> so I guess I need to modprobe that to fix: modprobe: FATAL: Module wireguard not found in directory /run/current-system/kernel-modules/lib/modules/5.4.100
<clime1> can you even make wireguard work on NixOS? It requires kernel 5.6 for the new wireguard kernel module but I just updated all the packages and got kernel 5.4.100
<clime> hey, anyone using wireguard on NixOS? I have a client config file and I would like to use it to setup wg quick systemd service. There is no /etc/wireguard directory like e.g. on Fedora, however.

2021-02-27

<asymmetric> does it depend on me adding wireguard to boot.kernelPackages
<asymmetric> and also, the kernel in /run/current-system doesn't have the wireguard module either, not sure why
<asymmetric> hey, i am a bit confused by the fact that a server i'm managing can't seem to load the wireguard module

2021-02-25

<clever> but like wireguard, the services have to restart in the right order, and i never got it right
<clever> gchristensen: yeah, but it could use some touch-ups, based on your wireguard stuff

2021-02-23

<{^_^}> [nixpkgs] @Ma27 pushed to master « wireguard-tools: 1.0.20200827 -> 1.0.20210223 »: https://git.io/Jt53c

2021-02-20

<{^_^}> [nixos-org-configurations] @rbvermaa pushed to master « Add macofborg1 to wireguard »: https://git.io/Jt9v8

2021-02-18

<hugolgst> any idea why on Raspberry pi 4 when creating a wireguard service, after rebooting the wlan0 interface does not show up?
<hugolgst> any idea why after activating wireguard on my raspberry pi 4

2021-02-17

<dutchie> with wireguard, the AllowedIPs for a remote host are punned to be the routes used for outgoing traffic
<ambroisie> Probably... I'll go see if the #wireguard people can help
<lordcirth> ambroisie, weird. I'm not familiar with wireguard specifically, but normally a VPN needs to replace the default route to send traffic down the tunnel.
<ambroisie> lordcirth: but when I am using wireguard on another server (which *does* allow me to connect to the internet) I do not see any difference on the phone
<lordcirth> So no, there's no route for wireguard
<ambroisie> Hey people, I'm trying to set up Wireguard as a VPN provider on my server

2021-02-15

<jawr> tbh i think im shoehorning here, i was trying to make have wireguard attributes set, but now im trying a different approach

2021-02-07

<pta2002> Might be wireguard's looking at some header that's not there on that kernel
<pta2002> No idea though, never used wireguard sorry
<pta2002> yeah wireguard comes in the 5.6 kernel drozdziak1
<pta2002> isn't wireguard only on some 5.x version and above?
<drozdziak1> (issues = it won't build because of a C build error in the wireguard build)
<drozdziak1> Has anyone else experienced issues with linuxPackages_4_14 and wireguard?

2021-02-01

<nicolas[m]> matthewcroughan5: and can be configured to route domains through wireguard and certain packages
<nicolas[m]> matthewcroughan5: I use systemd-resolved and systemd-networkd for the wireguard stuff, more configuration to write but it works
<matthewcroughan> if I do `networking.wg-quick.interfaces.dns = [ "192.168.4.1" ]` yeah, it'll use my server's dnsmasq, totally, great now I can have my remote server services available via wireguard. Problem, OOPS, can't get to nasa.astral now, because now the LAN DNS isn't in use anymore. Solution? Dnsmasq running on all devices. There must be a better way?
<matthewcroughan> does anyone actually know how to solve the problem I proposed earlier with wireguard?

2021-01-30

<Wulfsta> Thanks! Now my VPS works as an IPv6 tunnel with Wireguard

2021-01-29

<{^_^}> #52411 (by anderspapitto, 2 years ago, closed): Support network-namespace based wireguard vpn setup [feature request]

2021-01-27

<bqv> Anyone around that could answer: say I had machines A and B, where A has wg0 and wg1 that both connect to B's wg0 with the same wireguard address, is that a valid network setup, and if so how would it route things?
<bqv> Been trying to get forwarding working with v6 over wireguard, having a nightmare, I thought this would be easy...

2021-01-25

<{^_^}> #51258 (by tmplt, 2 years ago, closed): wireguard: unable to route all traffic through interface
<{^_^}> #51258 (by tmplt, 2 years ago, closed): wireguard: unable to route all traffic through interface
<infinisil> (well wg-quick is just a wireguard wrapper of sorts)
<infinisil> And I'm also using wg-quick, not wireguard
<dansho> im trying to set up a wireguard VPN on a nixos server. when i set the AllowedIPs to the server private IP, i can ping, but when i change to 0.0.0.0/0 (route all traffic), the connection dies. is my config missing something? https://paste.ee/p/OSto0

2021-01-20

<infinisil> I'm not sure how I could make it work with wireguard on its own, but wg-quick takes care of it automatically
<infinisil> bqv: For me, wireguard on its own doesn't work, because I want to route all my traffic through the server
<infinisil> bqv: But like for nixus, I don't think it makes sense to support both wg-quick and wireguard, when the former seems to be just a strict superset in functionality
<bqv> infinisil: wow, I think you can legit just replace wg-quick with wireguard and it should still work. I'm very confused why there are to structurally isomorphic ways to do the same thing, at least in nixpkgs
<{^_^}> "Tools for the WireGuard secure network tunnel < https://www.wireguard.com/ >"
<infinisil> > pshow wireguard-tools
<{^_^}> Found in packages: wireguard-tools
<bqv> infinisil: tl;dr, aside from the switch to wg-quick, the wireguard multimod would replace my wireguard module in-place

2021-01-14

<milahu> the script logs in to pia, gets wireguard config, writes wg config file, and runs `wg-quick up`
<DigitalKiwi> i also have pia but not wireguard and it's been annoying because they haven't updated for the newest openvpn :(
<milahu> wireguard protocol @ privateinternetaccess.com

2021-01-12

<typetetris> Tried wireguard with networkmanager, but it seems network-manager is too old for it. nm-applet doesn't offer the connection for connection tries.
<typetetris> Hi in `networking.wireguard.enable` meant for wireguard as server or client or both?

2020-12-31

<Nigel[m]> lassulus: thank you .. I have moved to unstable, services.syncthing.openDefaultPorts seems not to affect iptables-save and syncthing connections being refused, may I ask for a sninppet of a working syncthing configuration (I need to revert my wireguard to test, else I am completely vanilla 5.4.83 NixOS x86_64 GNU/Linux)
<Nigel[m]> lassulus: Thank you, it is a good way to go. I wanted to avoid tunneling (have a wireguard subnet to use in due course) and seeing the syncthing service hard coded to localhost it is a bit of learning for me to find out how to generate the service file 'correctly' with Nix. [It is the first of a set of machines to be used this way moving away from debootstrap.]

2020-12-30

<{^_^}> [nixos-org-configurations] @rbvermaa pushed to master « Remove mac9, is dead. Add wireguard public keys and IPs for new mac mini's (m1). »: https://git.io/JLHAe

2020-12-29

<{^_^}> [nixos-org-configurations] @rbvermaa pushed to master « Update mac1 public wireguard key »: https://git.io/JL9ea

2020-12-27

<hyper_ch> I really like wireguard as vpn meanwhile

2020-12-25

<esotericnonsense> e.g. the standard wireguard setup of having ethernet/wifi in netns "physical"

2020-12-17

<sphalerite> pinpox: yep! I'd suggest prefixing all of your options in custom modules with your own namespace, e.g. pinpox.wireguard.publicKey, to avoid collisions with potential other modules. Not that a wireguard module is likely to be introduced at the top level in nixpkgs, but who knows :)
<pinpox> let's say I add an option called "publickey" in a wireguard module I put in common/wireguard.nix. How do I set the option to "something" in configuration.nix?
<pinpox> oh ok. So I could define options aswell? That whould be nice for something like wireguard, where the only thing I would want to change is the public key

2020-12-16

<angerman> Maybe I should just scrap this, and just WireGuard it.

2020-12-11

<jybs> andi-: surely there is a way of having a wireguard interface which is down on build?

2020-12-10

<jybs> Does anyone know how to create wireguard interfaces, but have them start down? (I use networkd)

2020-11-28

<pinecamp> anyone here using wireguard in a network namespace? I've spent 8hrs or so trying to get things working in the past couple days, but I think I'm in over my head

2020-11-23

<vuko> Keij0: wireguard works on some BSD's
<Keij0> but idk if pfSense supports wireguard since it's BSD-based
<mkaito> yeah, we switched to wireguard and the skies opened and the angels sang
<raghavsood> Wireguard is the future

2020-11-21

<ivan> xenophile: it looks like windscribe has wireguard support which you can use on nixos via wg-quick

2020-11-17

<axx> my nfs.server and a wireguard tunnel failed to load, rest looks ok at first glance

2020-11-14

<pushqrdx> sphalerite i removed wireguard from there and only left ddci-driver but getting same error for some reason, it seems like extraModulePackage doesn't exist anymore or somethging
<sphalerite> and you'll have your wireguard support already shipped in the kernel.
<pushqrdx> sphalerite yes i always did because i want to add ddci and wireguard packages

2020-11-12

<Cadey> when is the 20.09 channel going to update with the wireguard fix

2020-11-11

<{^_^}> [nixpkgs] @dasJ closed pull request #103451 → wireguard: Fix building on Linux 4.5.76+ → https://git.io/JkIx9
<{^_^}> #103451 (by dasJ, 15 seconds ago, open): wireguard: Fix building on Linux 4.5.76+
<{^_^}> [nixpkgs] @dasJ opened pull request #103451 → wireguard: Fix building on Linux 4.5.76+ → https://git.io/JkIx9
<Cadey> upgraded my 20.09 channel today and i can't build wireguard: https://gist.github.com/Xe/dc479baee47186f069094817c0f35d6f

2020-11-08

<arianvp> (I run networkd in initrd; with wireguard support)
<colemickens> does anyone run wireguard in initrd?

2020-11-02

<matthewcroughan_> so on this machine, globally, you have wireguard, qemu, certmon, matrix, mastodon, etc?

2020-10-27

<Akira[m]> technically not a fix for your issue but I think mullvad just uses wireguard, you can use the wireguard package

2020-10-26

<exarkun> Anyone using wireguard as a vpn client on NixOS? I tried but it won't route traffic. Same configuration/provider works fine on, eg, an Ubuntu VM running on the same NixOS machine.

2020-10-24

<cole-h> Specifically in my libvirt and wireguard configs

2020-10-21

<Akira[m]> any reasons why wireguard wouldn't work with the standard setup here? https://nixos.wiki/wiki/Wireguard

2020-10-12

<Raito_Bezarius> if you try wireguard on mobile or something like this
<Raito_Bezarius> did this commercial VPN already worked before with WireGuard?
<Raito_Bezarius> exarkun: and on the wireguard layer?
<exarkun> the return traffic appears to be wireguard keepalives
<Raito_Bezarius> imperative wg-quick could be used for debug, but I have some large WireGuard setup in NixOS (20.03 and beyond) and they're working quite well
<exarkun> beats me, I've never tried setting up wireguard on any other OS
<exarkun> What should I dump with it? traffic on the wireguard interface? traffic on the uplink interface?
<exarkun> Raito_Bezarius: I have no idea if it has anything to do with NixOS either but #wireguard hasn't been able to help so far either
<exarkun> having lots of trouble getting wireguard working on nixos

2020-10-07

<julm> exarkun: I don't know about the container part, but for the interface part the wireguard module has support for the net namespace isolation described at the end of https://www.wireguard.com/netns/
<exarkun> Anyone have any guides for running a nixos container with only a wireguard-supplied interface for its network?
<exarkun> Anyone have any guides for running a nixos container with only a wireguard-supplied interface for its network?

2020-10-05

<V> I have a directory /secrets that's only visible to root, with subdirectories for each module (wireguard, openssh, etc), and write their private data in there

2020-09-29

<Ke> just type in wireguard
<pinpox> Trying to list the options, e.g. for wireguard
<pinpox> Hi, general question from a NixOS newbie: How do you deal with secrets in general when using nixOS? e.g. I've added my wireguard setup in the configuration.nix, the secret key is read from /etc/wireguard/privatekey. Where would you store that key savely so it will be placed there when putting my configuration.nix on a different machine? Same thing for SSH private keys or credentials for
<clever> tobiasBora: but some systemd services like wireguard will force a `modprobe wg` before starting the service

2020-09-09

<Miyu-saki> If I allow 0.0.0.0/0 for wireguard, then that means that everything is routed through there
<Miyu-saki> cole-h: Hi, my bad, sorry, turns out it was wireguard being smart.
<Miyu-saki> I think it's not wireguard itself, but I have a daemon adding a default route for every interface
<Miyu-saki> How do I make wireguard *not* setup a default route?
<hyper_ch> lucus16: currently there's 11 people in the list... also those 11 get vpn connections with wireguard etc..... so I hvae a seperate secrets.nix that is imported on top of the configuration nix and in that secrets.nix I have all the individual data setup.... so I can make the list there and then just use it
<hyper_ch> no, those are not users.users.... they jus access via sambe authenticated by ip through wireguard... not actual system users

2020-09-03

<energizer> iqubic: turns out "which computers can see each other over my network" is a rapidly evolving right now due to things like wireguard replacing old tech

2020-08-29

<{^_^}> [nixpkgs] @Ma27 pushed to release-20.03 « wireguard-tools: 1.0.20200820 -> 1.0.20200827 »: https://git.io/JUtfE

2020-08-26

<infinisil> Oh yeah I get less failures at least when turning off wireguard
<q3k[m]> if so, we can fix your wireguard tunnel next :P
<q3k[m]> try it without the wireguard if possible, see if that fixes the issue
<infinisil> I think I tried turning it wireguard already though
<q3k[m]> yep it's the wireguard
<infinisil> Home network, but I do route everything through wireguard to another server

2020-08-22

<{^_^}> [nixpkgs] @Ma27 pushed to release-20.03 « wireguard-tools: 1.0.20200513 -> 1.0.20200820 »: https://git.io/JUvV6

2020-08-19

<das_j> are there any example out-of-tree modules built for nixos? I found wireguard but their makefiles do a lot more that I expected

2020-08-14

<nilsirl[m]> hyper_ch: nah 😂, I was saying that it worked on my phone but didn't work on my desktop system running nixos (suggesting that the problem is not linked to my wireguard configuration file or server)
<{^_^}> #52411 (by anderspapitto, 1 year ago, open): Support network-namespace based wireguard vpn setup [feature request]
<{^_^}> https://github.com/NixOS/nixpkgs/issues/51258 (by tmplt, 1 year ago, open): wireguard: unable to route all traffic through interface
<nilsirl[m]> after rereading your message, I guess the correct message would be, what are the open issues regarding wireguard? #51258 seems interesting
<nicolas[m]1> There's many open issues regarding Wireguard on NixOS. If you tunnel your entire traffic through Wireguard then it doesn't work AFAIK
<nilsirl[m]> I'm not using nixos' builtin wireguard support, just `wg-quick` directly from the command line and have nothing in my network settings
<nilsirl[m]> Hi, I've been trying to connect to a wireguard server, but when I run `sudo wg-quick up ./config.conf`, I loose internet connectivity and nothing works. I have to disable wireguard for my internet to work again. I believe this is failure is linked to nixos because out of my 2 attempts to get wireguard to work on this nixos system, none of the have worked and I've been able to connect with the exact same wireguard

2020-08-09

<nature> Hi, I just set up wireguard on nixos with wg-quick, I was wondering how can I do the equivalent of `wg-quick down wg0` ?

2020-08-02

<muranic> My wireguard config wasn't getting any connection so I eventually settled for OpenVPN. https://pastebin.com/WBu3MV65
<muranic> I couldn't really figure out a Wireguard configuration, especially with split tunneling.
<ivan> wireguard is connectionless and will retry after 5 seconds or so
<ivan> mullvad has wireguard endpoints, you could just use those instead

2020-08-01

<nature> same with wireguard as well, if you configure it, is it still advised to explicitely install in ?

2020-07-30

<disasm> yay for wireguard and ssh :)

2020-07-28

<aml> Hi! I've just started using NixOS and there are some cases where I don't want to start services automatically but rather run systemctl start service. How is that usually handled? My specific use cases are for docker and wireguard.

2020-07-25

<gchristensen> postgres isn't ordered after the wireguard interface...

2020-07-20

<Rian[m]> which service definition? that of the wireguard interface?
<Rian[m]> I noticed that when I do nixos-rebuild switch manually, afterwards my wireguard link doesn't work any more. restarting the wg0 interface fixes that

2020-07-09

<Henson> jneplokh: here's my guess. You should be specifying "ens3" instead of "eth0" in the networking.nat.externalInterface line in that wiki article. The same goes for those "iptables" line in the postSetup and postShutdown sections. Change all instances of "eth0" in your wireguard config for "ens3".
<Henson> jneplokh: well, your server has several network interfaces. "wg0" is your wireguard interface, "lo" is your loopback interface. If your server is connected to the Internet via an ethernet interface, you should have one of those too, although the name is hard for me to predict.

2020-07-08

<Henson> jneplokh: fire up "tcpdump -ni wg0" on your server and see if it sees the ping 1.1.1.1 packets come in on the Wireguard interface
<jneplokh> infinisil: The client I am currently using is not running NixOS, so I am just configuring Wireguard through the app
<Henson> jneplokh: so you've got a central server, connected to the Internet, running NixOS. You want to connect from a client, over the Internet using Wireguard as a VPN, and route traffic from your client, through the VPN, to the server and then out to the Internet?
<Henson> jneplokh: can you describe what you're trying to achieve with wireguard?
<jneplokh> Henson: Sorry, just a little confused. Do you mean from my "client" if I can ping the server? If so, I can ping the local IP for the wireguard interface
<Henson> jneplokh: are you able to ping from the client to the server on the wireguard interface?
<jneplokh> Hey everyone, I am trying to setup Wireguard as a "server"/forward all traffic like a VPN on a NixOS machine using the instructions here: https://nixos.wiki/wiki/Wireguard but am having issues with reaching the internet.

2020-07-07

<drakonis> hmm, i want to set up wireguard to connect to a vpn

2020-06-29

<betaboon> actually it seems like it tries to pull in all the firmwares, nvidia-x11, amdgpu, ati-drivers, wireguard etc

2020-06-27

<quinn> well you can run wireguard right now if you want! i ran 5.6 on stable 20.03 for a while (until an issue with rt-patch and zfs kicked me off)
<multun> somebody wants wireguard :)

2020-06-24

<nanashi0x74Old[m> I'm trying to set up a wireguard vpn tunnel. The link seems to work, I'm routing outgoing traffic through my other server now, but now I'd like to forward some external ports to the machine, but that doesn't seem to work. Could anybody help me here?

2020-06-22

<magnetophon> sphalerite: I checked: command not found: tinc, command not found: wireguard
<sphalerite> magnetophon: you can build one yourself (if you have a server with a public IP somewhere) using tinc or wireguard, which are slightly more involved options, or use a service like zerotier or… I forgot the name of the other one I had in mind

2020-06-10

<emilsp> bellavito: I've not used nix to configure wireguard interfaces before, but if you check the options for wireguard and wg-quick, it's pretty self explanaotry. You can also peek at infinisil's system config if you want to see those fields be populated - https://github.com/Infinisil/system/blob/31ebb66df2ebc040eea3b1cd1855ddf05830bc6d/config/machines/vario/default.nix#L28-L37
<emilsp> in wireguard, there are no clients or servers, only peers
<bellavito> I'm trying out wireguard for the first time. I'll be grateful if anyone could share example configs.

2020-06-07

<nixbitcoin> energizer: One could also mitigate a bunch of security vulnerabilities by only allowing clients to access Nextcloud through a Wireguard tunnel
<raghavsood> We just run two instances of chrome with separate data directories, so one instance runs inside a network namespace under wireguard, and connects to the self hosted one, while the regular chrome instance doesn't run under wireguard and connects to the public bitwarden
<raghavsood> Provided you are using SSL, you shouldn't need a VPN to secure stuff - although you will need it if you want to enforce any kind of IP whitelisting (we use wireguard for the hosted instance, so only people on the company VPN can connect to it)

2020-06-03

<hyper_ch> quinn: I suggest to give wireguard a try...
<quinn> also you might be able to set the bind address to the wg address rather than 0.0.0.0. if you run wireguard and `ip a` that should tell you. no promises though
<hyper_ch> and wireguard is simple to setup and has almost no overhead
<hyper_ch> wg is the wireguard interface
<hyper_ch> samba server and wireguard server are on the same physical box
<hyper_ch> energizer: where 10.10.20.0/24 is the wireguard vpn subnet that I use
<hyper_ch> energizer: I use samba instead of nfs and I just only allow connections from predefined ip addresses (which are all wireguard vpn addresses where the same server is also the wireguard server)

2020-06-02

<irimi1> Hi! I set up NixOS on my main machine a few weeks ago and I’m having trouble using WireGuard. I can set up my config using wg-quick and everything, but DNS resolution seems to fail afterwards and internet access fails. I’m using networkmanager and haven’t messed with the network setup otherwise. Can anyone help me understand what’s going wrong?
<hazel> I'm using resolvconf for /etc/resolv.conf since WireGuard depends on itorres

2020-06-01

<clever> gchristensen: ive tried removing that, and making one systemd service per block-dev, but its got some bugs, and your wireguard changes kind of fit the same style i was aiming for
<bqv> Systemctl stop wireguard-wg0
<hazel> i have a wireguard vpn, and i'm aware that networking.wireguard.interfaces exists

2020-05-28

<njha> yup, I have physical access and access through wireguard
<lux2> can anyone help me to set up wireguard?

2020-05-23

<{^_^}> [nixpkgs] @Ma27 pushed to release-20.03 « wireguard-go: keep `$bin/bin/wireguard` for backwards-compat »: https://git.io/JfaVO
<{^_^}> [nixpkgs] @Ma27 pushed to release-20.03 « wireguard-go: fix executable name »: https://git.io/Jfaan
<{^_^}> [nixpkgs] @flokli merged pull request #88610 → wireguard-go: fix executable name → https://git.io/Jf2Pw
<njha> So I'm trying out NixOS right now, and I want to store a secret (WireGuard Private Key) declaratively. Putting it in /etc/nixos/ seems like a bad idea, but the issue for storing secrets is still open (#24288).

2020-05-22

<{^_^}> [nixpkgs] @Ma27 opened pull request #88610 → wireguard-go: fix executable name → https://git.io/Jf2Pw

2020-05-21

<keithy[m]> Hi, im struggling to get wireguard running.... modprobe: FATAL: Module wireguard not found in directory /run/booted-system/kernel-modules/lib/modules/5.4.41

2020-05-19

<{^_^}> [nixpkgs] @Ma27 pushed to release-20.03 « wireguard-tools: 1.0.20200510 -> 1.0.20200513 »: https://git.io/Jfu6L
<{^_^}> [nixpkgs] @Ma27 pushed to master « wireguard-tools: 1.0.20200510 -> 1.0.20200513 »: https://git.io/JfuKF

2020-05-18

<metheflea> anyone using wireguard? i'm a nixos/linux noob and i'm having troubles setting it up the way i want it to... i've got a wg0.conf file that i'd like to use, but installing the wg-quick package and doing "wg-quick up wg0 " doesn't seem to work (can't reach any websites). i then tried using the "networking.wg-quick.interfaces.*" nixos option and while it does work, it creates a systemd service that starts on boot and i'd much

2020-05-15

<aswanson> cole-h: I've tried disabling my install of inetutils since a grep of nixpkgs showed that it had a depency on help2man, and the wireguard kernel module I had enabled, but no dice so far

2020-05-11

<{^_^}> [nixpkgs] @Ma27 pushed to release-20.03 « wireguard-tools: 1.0.20200319 -> 1.0.20200510 »: https://git.io/JfllZ
<{^_^}> [nixpkgs] @Ma27 pushed to master « wireguard-tools: 1.0.20200319 -> 1.0.20200510 »: https://git.io/JflWV
<danderson> cole-h: wireguard-go works on Windows, via the "wintun" driver
<cole-h> danderson: Tailscale on Windows :o Does Wireguard (I think you guys use Wireguard, right?) even support Windows?

2020-05-07

<pistache> what I usually do is setup a specific routing table for the Wireguard traffic
<hr[m]> Does anyone have experience setting up wireguard on NixOS with all traffic routed through the vpn? I attempted it a few months ago but remember there was an issue with routing all traffic.
<yorick> I'm trying to cross-compile the wireguard kernel module

2020-05-04

<clever> ixxie: look at openvpn or wireguard for examples

2020-05-03

<{^_^}> [nixpkgs] @Ma27 merged pull request #86605 → wireguard-compat: 1.0.20200426 -> 1.0.20200429 → https://git.io/Jf3ym
<notgne2> not sure if it's a good idea, but one of my personal modules actually uses runCommandNoCC to generate a list of IPs for the wireguard module

2020-05-02

<{^_^}> [nixpkgs] @BKPepe opened pull request #86605 → wireguard-compat: 1.0.20200426 -> 1.0.20200429 → https://git.io/Jf3ym

2020-04-30

<Raito_Bezarius> clever: but what if, conf A does not include WireGuard, but conf A' includes WireGuard
<clever> and then you immediately have to reboot, because the kernel is old and cant load the wireguard driver
<clever> currently, you would boot an old nixos from an AMI image, and deploy your full config with wireguard
<Raito_Bezarius> I have seen that the current nixops does not know when to reboot apparently with respect to wireguard
<clever> to do it "securely", you would want to copy-closure the wireguard binary to the remote machines, and run the keygen commands over ssh, storing the secret remotely, and public in the nixops state
<clever> that reminds me, i was thinking about how wireguard would work in nixops
<Raito_Bezarius> but automagic WireGuard is going to be such a killer-feature
<Raito_Bezarius> but I'd love to contribute to nixops-encrypted-links for WireGuard
<adisbladis> But wireguard
<Raito_Bezarius> nothing that fancy :P ; but for some work, they didn't have proper private networking, so I tried to write something that put WireGuard as private networking layer with minimal assumptions and hardcoding
<adisbladis> Raito_Bezarius: Wireguard?
<Raito_Bezarius> recently, I used a lot nixops+nixos qemu, it works pretty great, I've wrote some basic wireguard layer and it enables to test small infrastructure quite easily

2020-04-27

<{^_^}> [nixpkgs] @Ma27 pushed commit from @xwvvvvwx to release-20.03 « wireguard-compat: 1.0.20200413 -> 1.0.20200426 »: https://git.io/JfqlF
<{^_^}> [nixpkgs] @Ma27 merged pull request #86107 → wireguard-compat: 1.0.20200413 -> 1.0.20200426 → https://git.io/JfqOA
<{^_^}> [nixpkgs] @xwvvvvwx opened pull request #86107 → wireguard-compat: 1.0.20200413 -> 1.0.20200426 → https://git.io/JfqOA

2020-04-26

<{^_^}> [nixpkgs] @Mic92 merged pull request #85984 → wireguard: 1.0.20200401 -> 1.0.20200413 → https://git.io/JfLhQ

2020-04-25

<{^_^}> [nixpkgs] @Mic92 opened pull request #85984 → wireguard: 1.0.20200401 -> 1.0.20200413 → https://git.io/JfLhQ

2020-04-22

<infinisil> immae: E.g. my wireguard config references /nix/store/vjy7xbjqdx0pw0wxjijlgy0a4gkfmjqx-secret-client-private, which is a symlink to /var/keys/client-private, but the hash of the secret is incorporated into the hash of the /nix/store path

2020-04-17

<cole-h> It's because the module defaults to wireguard-cli
<simpson> Kyndig: As a hint, I tested out not just `wireguard-tools`, but /nix/store/7l4j4671x81k7w520mqj5m1sgr7pij6h-wireguard-tools-0.0.20190123, and I didn't build it myself, but summoned it from cache.
<Kyndig> not for wireguard
<hyper_ch> wireguard <3
<simpson> Kyndig: The package named `wireguard-tools` can be built and installed regardless of whether the running kernel supports it.
<Kyndig> wireguard is an exmaple

2020-04-13

<MYMYRSRS> hen I manually use wg-quick to manage the wireguard connection, I found that the network.firewall of nixos will cause the wg-quick connection to fail

2020-04-12

<__init__> I'm having trouble figuring out how to debug wireguard when I don't control the server, like with hosted VPNs. when I enable the interface in systemd te connection just stops working. :)
<bqv[m]> i'm using wireguard now
<__init__> hello, have any of you set up a wireguard vpn lately? perhaps ideally/specifically with mullvad?

2020-04-11

<hyper_ch> why does this give an error with current unstable: boot.extraModulePackages = with config.boot.kernelPackages; [ wireguard ]; --> error: The option value `boot.extraModulePackages.[definition 1-entry 1]' in `/etc/nixos/hardware-configuration.nix' is not of type `package'.

2020-04-09

<{^_^}> [nixpkgs] @Ma27 pushed commit from @xwvvvvwx to release-19.09 « linuxPackagesFor: wireguard: noop for kernel >= 5.6 »: https://git.io/Jvp3m

2020-04-08

<bqv[m]> internet --- zeta --- delta . Zeta has two IPs, both publicly reachable, and is wireguard connected to delta (10.0.0.3). I'd like the internet to be able to use zeta's second IP to talk to delta, but also to be able to talk directly to delta at 10.0.0.3
<bqv[m]> but I'd also like to be able to talk to that wireguard IP directly (from the server)
<bqv[m]> I'm trying to NAT all traffic from my server's second IP to a wireguard-linked IP
<srhb> notgne2: Ah yes. Is it that wireguard got upstreamed?

2020-04-07

<jared-w> bqv[m]: Do you happen to know if wireguard can be used as a client to connect to openvpn? Kinda curious because I have an openvpn config currently to use my work's VPN but it would be interesting to see if I'd even get any performance boost at all from wireguard
<bqv[m]> just as i get the super speed boost of switching from tinc to wireguard as well

2020-04-06

<danderson> I guess tinc upgrades to p2p tunnels when it can, but wireguard won't do that
<danderson> I'll shill one last time, but that's pretty much exactly what tailscale does - builds a mesh VPN out of wireguard tunnels. Also features NAT traversal and TCP fallback, which plain wireguard doesn't offer
<bqv[m]> (i'm basically trying to replace my tinc mesh with wireguard