nixos/etc-overlay: we can run the etc overlay tests with the default kernel now (#475127)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user