Do not install docker on neelix.

This commit is contained in:
Tom Alexander
2025-01-23 19:09:59 -05:00
parent 0e370c0d62
commit 812dc40257
6 changed files with 57 additions and 41 deletions

View File

@@ -45,7 +45,7 @@ in
imv
];
})
(lib.mkIf (config.me.graphicsCardType == "amd" || config.me.graphicsCardType == "intel") {
(lib.mkIf (config.me.graphics_card_type == "amd" || config.me.graphics_card_type == "intel") {
environment.systemPackages = with pkgs; [
cast_file_vaapi
];