mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
Compare commits
No commits in common. "8f0b8c3271e0f06ff23554c3606865142abf87c1" and "6c8c9f8c0f380dcbb90d741df897c8c330cde62d" have entirely different histories.
8f0b8c3271
...
6c8c9f8c0f
3 changed files with 7 additions and 7 deletions
|
|
@ -2,8 +2,7 @@
|
|||
"permissions": {
|
||||
"allow": [
|
||||
"WebSearch",
|
||||
"WebFetch(domain:forgejo.org)",
|
||||
"Bash(ssh:*)"
|
||||
"WebFetch(domain:forgejo.org)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -95,7 +95,11 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
audio_transcription.enabled = false;
|
||||
audio_transcription = {
|
||||
enabled = true;
|
||||
model_size = "small";
|
||||
language = "en";
|
||||
};
|
||||
|
||||
record = {
|
||||
enabled = true;
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue