mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39: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": {
|
"permissions": {
|
||||||
"allow": [
|
"allow": [
|
||||||
"WebSearch",
|
"WebSearch",
|
||||||
"WebFetch(domain:forgejo.org)",
|
"WebFetch(domain:forgejo.org)"
|
||||||
"Bash(ssh:*)"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,11 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
audio_transcription.enabled = false;
|
audio_transcription = {
|
||||||
|
enabled = true;
|
||||||
|
model_size = "small";
|
||||||
|
language = "en";
|
||||||
|
};
|
||||||
|
|
||||||
record = {
|
record = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue