refactor(x1): remove unused IPU6 module
- Deleted `ipu.nix` and its reference in `default.nix` under `x1` systems. - Simplifies configuration by removing unused and commented-out code.
This commit is contained in:
parent
dc3a536709
commit
15e61b339c
2 changed files with 0 additions and 17 deletions
|
@ -9,7 +9,6 @@ with lib.metacfg;
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./ipu.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
services.cratedocs-mcp.enable = true;
|
services.cratedocs-mcp.enable = true;
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
{
|
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
modulesPath,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
|
|
||||||
{
|
|
||||||
#boot.kernelPackages = lib.mkForce pkgs.linuxPackages_6_11;
|
|
||||||
|
|
||||||
hardware.ipu6 = {
|
|
||||||
platform = "ipu6ep";
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue