Compare commits

...

2 commits

Author SHA1 Message Date
8f0b8c3271 hp fixes 2026-03-21 09:33:37 -04:00
c05dec3bcc rm audio_trans 2026-03-21 09:13:54 -04:00
3 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,8 @@
"permissions": { "permissions": {
"allow": [ "allow": [
"WebSearch", "WebSearch",
"WebFetch(domain:forgejo.org)" "WebFetch(domain:forgejo.org)",
"Bash(ssh:*)"
] ]
} }
} }

View file

@ -95,11 +95,7 @@ in
]; ];
}; };
audio_transcription = { audio_transcription.enabled = false;
enabled = true;
model_size = "small";
language = "en";
};
record = { record = {
enabled = true; enabled = true;

View file

@ -68,12 +68,14 @@
enable = true; enable = true;
devices = [ "nodev" ]; devices = [ "nodev" ];
efiSupport = true; efiSupport = true;
efiInstallAsRemovable = true; # HP Z230 UEFI ignores custom boot entries
configurationLimit = 5; configurationLimit = 5;
splashImage = null; splashImage = null;
}; };
efi = { efi = {
canTouchEfiVariables = true; canTouchEfiVariables = false; # Not needed with efiInstallAsRemovable
efiSysMountPoint = "/boot";
}; };
}; };
@ -82,6 +84,7 @@
git git
vim vim
htop htop
dmidecode
]; ];
security.sudo = { security.sudo = {