lol

nixos/tests: fix userborn-immutable-etc test

/etc/resolvconf.conf tries to modify files in /etc which obviously
doesn't work with an immutable /etc. Use systemd-networkd instead which
doesn't touch files in /etc.

nikstur 84f6bb74 4e64dfc2

+1
+1
nixos/tests/userborn-immutable-etc.nix
··· 6 6 common = { 7 7 services.userborn.enable = true; 8 8 boot.initrd.systemd.enable = true; 9 + networking.useNetworkd = true; 9 10 system.etc.overlay = { 10 11 enable = true; 11 12 mutable = false;