nixos/etc-overlay: we can run the etc overlay tests with the default kernel now (#475127)

This commit is contained in:
nikstur
2026-01-08 21:13:02 +00:00
committed by GitHub
2 changed files with 0 additions and 2 deletions
@@ -26,7 +26,6 @@
systemd.sysusers.enable = true;
users.mutableUsers = false;
boot.initrd.systemd.enable = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
time.timeZone = "Utc";
# The standard resolvconf service tries to write to /etc and crashes,
@@ -24,7 +24,6 @@
# Prerequisites
boot.initrd.systemd.enable = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
specialisation.new-generation.configuration = {
environment.etc."newgen".text = "newgen";