mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: distributed builds module
This commit is contained in:
parent
26b3c66d22
commit
6256149a90
5 changed files with 63 additions and 28 deletions
|
|
@ -71,6 +71,7 @@
|
|||
.${string.toLower config.type};
|
||||
modules = with tree; [
|
||||
tree.modules.${config.folder}
|
||||
tree.modules.common
|
||||
tree.${config.folder}.common
|
||||
tree.kat.user.${config.folder}
|
||||
common
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@ _: let
|
|||
|
||||
security.pam.enableSudoTouchIdAuth = true;
|
||||
|
||||
distributed.systems.renko.preference = 5;
|
||||
|
||||
homebrew = {
|
||||
brewPrefix = "/opt/homebrew/bin";
|
||||
brews = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue