add openmodelica

This commit is contained in:
2026-05-07 17:40:59 +09:00
parent 142038a7b5
commit 097ad8118e
8 changed files with 189 additions and 27 deletions

View File

@@ -35,6 +35,10 @@
];
boot.extraModulePackages = [ ];
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.18.22") (
lib.mkDefault pkgs.linuxPackages_6_18
);
# 1050 passthrough
boot.extraModprobeConfig =
""
@@ -100,7 +104,6 @@
"defaults"
"ssd"
"noatime"
"noauto"
];
};