hmpffff has joined #nixos-systemd
hmpffff_ has joined #nixos-systemd
hmpffff has quit [Ping timeout: 272 seconds]
hmpffff has joined #nixos-systemd
hmpffff_ has quit [Ping timeout: 240 seconds]
hmpffff has quit [Quit: Bye…]
arianvp has quit [Quit: WeeChat 2.6]
arianvp has joined #nixos-systemd
<{^_^}> #85794 (by arianvp, 6 minutes ago, open): Switching from 19.09 to 20.03 fails ACME renewals due to DNS being unavailable during switch
<arianvp> I had some problems with my upgrade to 20.03 unfortunately
<arianvp> (at least; doing it in place)
<arianvp> I think something something networkd/resolved dbus shenanigans
arianvp has quit [Quit: WeeChat 2.7.1]
arianvp has joined #nixos-systemd
<{^_^}> #85796 (by arianvp, 33 seconds ago, open): Digitalocean metadata doesn't work anymore after switching to 20.03
<arianvp> seems link local addressing broke in 20.03
<arianvp> :/
<arianvp> aaah interesting I found the bug
arianvp has quit [Quit: WeeChat 2.7.1]
arianvp has joined #nixos-systemd
<arianvp> seems we dont restart networkd on network unit changes
<arianvp> or at least. it doesnt work anymore. im a bit confused
<arianvp> turns out it's a regression. im on it
<flokli> arianvp: :+1:
<aanderse> hey so if i modified my switch to configuration dot pl script how do i test that on my system?
<arianvp> what do you mean?
<arianvp> dbus activation of systemd-resolved seems broken
<arianvp> :/
{`-`} has joined #nixos-systemd
tazjin has joined #nixos-systemd
lukegb has joined #nixos-systemd
<aanderse> i want to use a custom switch-to-configutation script
<aanderse> i modified it and want to test it out on my system
<andi-> I would somehow love if that activation thingy wouldn't require a script runtime...
<andi-> Less dependencies in the minimal system
<arianvp> aanderse: nix-build '<nixpkgs/nixos>' and then call ./result/bin/switch-to-configuration
<arianvp> im off to bed now
<aanderse> g'night
<aanderse> thanks
<andi-> Given that most of the logic in the switch-to-configuration script mostly cares about systemd service I wonder what upstream systemd thinks about swapping the running set of services with a new set of services... It would feel wrong just translating that to yet another script language while the current information/line ratio seems not to bad right now. We would still have some things like
<andi-> swap, mounts, … to take care of but that might be trivial in $shell?