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

@ -1,5 +1,8 @@
# nixos x13s
> [!CAUTION]
> This project is unmaintained.
This repository aims to provide easy, shared, support for Lenovo X13s on Linux.
The support for this machine is constantly improving in mainline kernel and upstream packages. Eventually the goal is that this repository is no longer necessary.

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;