ChanServ changed the topic of #nixos-systemd to: NixOS <3 systemd | https://jitsi.nixcon.net/systemd | Next meeting 08.12.2020 14:00 UTC (every two weeks)
makefu has quit [Ping timeout: 260 seconds]
makefu has joined #nixos-systemd
ajs124 has quit [Ping timeout: 240 seconds]
ajs124 has joined #nixos-systemd
hexa- has quit [Quit: WeeChat 2.9]
hexa- has joined #nixos-systemd
energizer has quit [Ping timeout: 256 seconds]
energizer has joined #nixos-systemd
V is now known as v
v is now known as V
edef is now known as EDEF
hexa- is now known as H
H is now known as hexa-
<flokli> hey! I'm currently running into some annoying problem in nixos/modules/system/boot/systemd-lib.nix. Currently, our "upstreamUnits" logic only works for files inside ${cfg.package}/example/systemd/system/$upstreamUnitName
<flokli> The problem here is that I'd like to create an override.nix for a file which isn't there at evaluation time, but dropped into systemd via some of their generators.
<flokli> `s/override.nix/$unitName.d/override.conf/`
<flokli> that's generateUnits'
<flokli> we could just log something if we encounter a "non-existent" `upstreamUnit`, instead of erroring out
<flokli> I probably don't want to clutter pkgs.systmed/example/systemd/system/… with empty dummy files
<flokli> any suggestions?
worldofpeace is now known as WORLDofPEACE