mark unmaintained

This commit is contained in:
Adam Stephens 2024-08-25 13:38:05 -04:00
parent a59ae21e47
commit 6218392785
No known key found for this signature in database
2 changed files with 10 additions and 0 deletions

View file

@ -56,6 +56,13 @@ in
};
config = lib.mkIf cfg.enable {
assertions = [
{
assertion = false;
message = "adamcstephens/nixos-x13s is no longer maintained";
}
];
environment.systemPackages = [ pkgs.efibootmgr ];
hardware.enableAllFirmware = true;