mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
Compare commits
2 commits
6c8c9f8c0f
...
8f0b8c3271
| Author | SHA1 | Date | |
|---|---|---|---|
| 8f0b8c3271 | |||
| c05dec3bcc |
3 changed files with 7 additions and 7 deletions
|
|
@ -2,7 +2,8 @@
|
|||
"permissions": {
|
||||
"allow": [
|
||||
"WebSearch",
|
||||
"WebFetch(domain:forgejo.org)"
|
||||
"WebFetch(domain:forgejo.org)",
|
||||
"Bash(ssh:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -95,11 +95,7 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
audio_transcription = {
|
||||
enabled = true;
|
||||
model_size = "small";
|
||||
language = "en";
|
||||
};
|
||||
audio_transcription.enabled = false;
|
||||
|
||||
record = {
|
||||
enabled = true;
|
||||
|
|
|
|||
|
|
@ -68,12 +68,14 @@
|
|||
enable = true;
|
||||
devices = [ "nodev" ];
|
||||
efiSupport = true;
|
||||
efiInstallAsRemovable = true; # HP Z230 UEFI ignores custom boot entries
|
||||
configurationLimit = 5;
|
||||
splashImage = null;
|
||||
};
|
||||
|
||||
efi = {
|
||||
canTouchEfiVariables = true;
|
||||
canTouchEfiVariables = false; # Not needed with efiInstallAsRemovable
|
||||
efiSysMountPoint = "/boot";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -82,6 +84,7 @@
|
|||
git
|
||||
vim
|
||||
htop
|
||||
dmidecode
|
||||
];
|
||||
|
||||
security.sudo = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue