nixos/tests: fix userborn-immutable-etc test (#443409)

This commit is contained in:
nikstur
2025-09-16 17:25:05 +02:00
committed by GitHub
+1
View File
@@ -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;