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": {
"allow": [
"WebSearch",
"WebFetch(domain:forgejo.org)",
"Bash(ssh:*)"
"WebFetch(domain:forgejo.org)"
]
}
}

View file

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

View file

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