diff --git a/systems/PC-Fixe/configuration.nix b/systems/PC-Fixe/configuration.nix index df609f1..6caccbf 100644 --- a/systems/PC-Fixe/configuration.nix +++ b/systems/PC-Fixe/configuration.nix @@ -28,6 +28,9 @@ ]; boot.tmp.useTmpfs = false; boot.supportedFilesystems = [ "zfs" ]; + boot.extraModprobeConfig = '' + options hid_apple fnmode=2 + ''; virtualisation.podman.enable = true;