gchristensen changed the topic of #nixos-borg to: https://www.patreon.com/ofborg https://monitoring.nix.ci/dashboard/db/ofborg?refresh=10s&orgId=1&from=now-1h&to=now "I get to skip reviewing the PHP code and just wait until it is rewritten in something sane, like POSIX shell. || https://logs.nix.samueldr.com/nixos-borg
orivej has quit [Ping timeout: 272 seconds]
MichaelRaskin has quit [Quit: MichaelRaskin]
orivej has joined #nixos-borg
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos-borg
orivej has quit [Ping timeout: 248 seconds]
orivej has joined #nixos-borg
<NinjaTrappeur> Is ofborg trying to evaluate the example section of the nixos modules? If so, how could I adress this error https://gist.github.com/GrahamcOfBorg/887f473a28425ae8e484c91925087a43 ? Should I just change this path to a random one out of /var/run?
<gchristensen> link to the PR?
<NinjaTrappeur> of course, sorry, https://github.com/NixOS/nixpkgs/pull/64040
<{^_^}> #64040 (by NinjaTrappeur, 39 minutes ago, open): systemd-networkd: Add wireguard-related options.
<gchristensen> ah no good!
<gchristensen> that example will cause that private key file to be copied in to the store
<NinjaTrappeur> of yeah, forgot the quotes :/
<gchristensen> that should be "/var/run/wg/secret.key"
<NinjaTrappeur> thanks gchristensen!
<gchristensen> one more thing NinjaTrappeur
<gchristensen> networking.wireguard.interfaces suggests /private/wireguard_key. while this isn't a great example (what is /private anyway) making them the same might be good
<gchristensen> also
<gchristensen> hrm
<gchristensen> I don't suppose networking.wireguard could be used to create the networkd one?
<NinjaTrappeur> Alright for /private/
<gchristensen> I'm not inclined to tell you to change it to /pri/ate/
<gchristensen> I'm not inclined to tell you to change it to /priv ate/
<gchristensen> good grief
gchristensen has left #nixos-borg ["WeeChat 2.4"]
gchristensen has joined #nixos-borg
<NinjaTrappeur> I'm not sure I agree about mirroring networking.wireguard to networkd though :/ Maybe we can discuss that on the PR itself
<NinjaTrappeur> :)
<NinjaTrappeur> oh, you mean changing the wireguard example to /var/run?
<gchristensen> one sec
<gchristensen> I'm not sure /var/run is the right place
<gchristensen> (I know I'm giving you probably a lot of feedback here)
<gchristensen> I think more like /etc/wireguard/ would be a better choice
<gchristensen> since /var/run is usually ephemeral run-time process data
<NinjaTrappeur> ack
orivej has quit [Ping timeout: 245 seconds]
orivej has joined #nixos-borg