File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
profiles/personal/home-manager Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1313 nix . enable = lib . mkForce true ;
1414 }
1515 ] ;
16- environment . etc . "determinate/config.json" . text = ''
17- {
18- "authentication": {
19- "additionalNetrcSources": [
20- "/etc/determinate/netrc"
21- ]
22- }
23- }
24- '' ;
16+ environment . etc . "determinate/config.json" . text = builtins . toJSON {
17+ authentication . additionalNetrcSources = [ "/etc/determinate/netrc" ] ;
18+ garbageCollector . strategy = "automatic" ;
19+ builder = {
20+ state = "enabled" ;
21+ memoryBytes = 8589934592 ;
22+ cpuCount = 1 ;
23+ } ;
24+ } ;
2525}
Original file line number Diff line number Diff line change 11{ ...} : {
2- programs . git = {
3- userEmail = "kennan@case.edu" ;
4- userName = "Kennan LeJeune" ;
2+ programs . git . settings = {
3+ user . email = "kennan@case.edu" ;
4+ user . name = "Kennan LeJeune" ;
55 } ;
66}
You can’t perform that action at this time.
0 commit comments