Compare commits

..

No commits in common. "8f0b8c3271e0f06ff23554c3606865142abf87c1" and "6c8c9f8c0f380dcbb90d741df897c8c330cde62d" have entirely different histories.

3 changed files with 7 additions and 7 deletions

View file

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

View file

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

View file

@ -68,14 +68,12 @@
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 = false; # Not needed with efiInstallAsRemovable canTouchEfiVariables = true;
efiSysMountPoint = "/boot";
}; };
}; };
@ -84,7 +82,6 @@
git git
vim vim
htop htop
dmidecode
]; ];
security.sudo = { security.sudo = {