attempt omnissa on arm

This commit is contained in:
2026-02-20 14:06:38 -06:00
parent 0d835df1aa
commit afccded50c
5 changed files with 201 additions and 9 deletions

View File

@@ -61,7 +61,7 @@
hardware = {
battery = {
enable = true;
battery = " /sys/class/power_supply/macsmc-battery/charge_control_end_threshold";
battery = "/sys/class/power_supply/macsmc-battery/charge_control_end_threshold";
};
};
network = {
@@ -130,7 +130,9 @@
(pkgs.OVMF.override {
secureBoot = true;
})
];
] ++ (with pkgs.${namespace}; [
omnissa
]);
networking.networkmanager.wifi.backend = "iwd";