mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 13:53:24 +00:00
nixos/etc-overlay: fix VM test for immutable overlay
This commit is contained in:
parent
24bf6e9cb8
commit
a4f7868edf
@ -15,6 +15,10 @@
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
time.timeZone = "Utc";
|
||||
|
||||
# The standard resolvconf service tries to write to /etc and crashes,
|
||||
# which makes nixos-rebuild exit uncleanly when switching into the new generation
|
||||
services.resolved.enable = true;
|
||||
|
||||
environment.etc = {
|
||||
"mountpoint/.keep".text = "keep";
|
||||
"filemount".text = "keep";
|
||||
|
Loading…
Reference in New Issue
Block a user