remove unmaintained assertion
This commit is contained in:
parent
6218392785
commit
1c72da4c69
1 changed files with 0 additions and 7 deletions
|
@ -56,13 +56,6 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
assertions = [
|
|
||||||
{
|
|
||||||
assertion = false;
|
|
||||||
message = "adamcstephens/nixos-x13s is no longer maintained";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.efibootmgr ];
|
environment.systemPackages = [ pkgs.efibootmgr ];
|
||||||
|
|
||||||
hardware.enableAllFirmware = true;
|
hardware.enableAllFirmware = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue