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.
This commit is contained in:
@@ -6,6 +6,7 @@ let
|
||||
common = {
|
||||
services.userborn.enable = true;
|
||||
boot.initrd.systemd.enable = true;
|
||||
networking.useNetworkd = true;
|
||||
system.etc.overlay = {
|
||||
enable = true;
|
||||
mutable = false;
|
||||
|
||||
Reference in New Issue
Block a user