aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* octopus: supergit: implement initial tree history mechanismMx Kookie2021-01-084-12/+191
|
* libkookie: emacs: add notmuch filter rulesMx Kookie2021-01-074-3/+2
|
* cassiopeia: update CLI handling and add new commandsMx Kookie2021-01-078-110/+104
|
* rust-analyzer: 2020-11-09 -> 2021-01-04Mx Kookie2021-01-071-4/+4
|
* octopus: supergit: add interface to query specific store pathsMx Kookie2021-01-0610-75/+237
|
* corenix: update uwu config to chainload grubMx Kookie2021-01-031-5/+7
|
* Merge commit 'aeac2f8adcd683ade3be74a4680d4e96f39aef49' into mainMx Kookie2021-01-0314-191/+438
|\
| * coreboot: 4.12 -> 4.13Milan Pässler2021-01-022-48/+41
| |
| * add coreboot update scriptMilan Pässler2021-01-024-87/+181
| |
| * remove flakeMilan Pässler2021-01-026-83/+232
| |
| * coreboot-payload-tianocore: remove CSM build flagMilan Pässler2021-01-021-8/+9
| | | | | | | | it doesn't work anyways
| * Revert "coreboot-payload-tianocore: use nixpkgs edk2"Milan Pässler2021-01-022-28/+71
| | | | | | | | This reverts commit 4dde3d592ca60d465896f63fec902ce748a4f5bf.
| * coreboot: don't set NIX_HARDENING_ENABLEMilan Pässler2021-01-021-1/+1
| |
| * tint: 0.04+nmu1 -> 0.05Milan Pässler2021-01-021-3/+3
| |
| * grub2: add signKey optionMilan Pässler2021-01-021-2/+12
| |
| * coreboot-payload-tianocore: use nixpkgs edk2Milan Pässler2021-01-022-71/+28
| |
| * milan-x230-fhd: add comment on CBFS_SIZEMilan Pässler2021-01-021-1/+1
| |
| * update nixpkgsMilan Pässler2021-01-022-6/+6
| |
* | corenix: change uwu coreboot to use grub2Mx Kookie2021-01-032-3/+15
| |
* | libkookie: add new cgit module and smart-http supportMx Kookie2021-01-024-23/+200
| |
* | nixos/nginx: allow overriding fastcgi paramsAlyssa Ross2021-01-022-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default in Nginx, if you want to override a single fastcgi_param, you have to override all of them. This is less of a big deal if you're editing the Nginx configuration directly, but when you're generating the Nginx configuration with Nix it can be very annoying to bloat your configuration repeating the default values of FastCGI parameters every time. This patch adds a fastcgiParams option to Nginx locations. If any parameters are set through this, all the default values will be included as well, so only the ones that are changing need to be supplied. There's no way to use fastcgiParams to actually override all parameters if that's what you want, but I think that's a niche use case and it's still possible using extraConfig, which up until now was the only option Nginx allows the fastcgi_param directive in http and server scopes as well as location, but here I only support location. It would be possible to support the others, but I don't think it's worth it. It would be a possible future enhancement if somebody has a need for it.
* | corenix: add uwu configurationMx Kookie2021-01-023-0/+18
| |
* | Add 'infra/corenix/' from commit '53a9f091f8cf9362a95c12130daa1f69ddff036c'Mx Kookie2021-01-0139-0/+1603
|\| | | | | | | | | | | git-subtree-dir: infra/corenix git-subtree-mainline: 51970440a767f3906bcb69cc3d00185391c5d595 git-subtree-split: 53a9f091f8cf9362a95c12130daa1f69ddff036c
| * grub2: keep default modules for extraPayloadModulesMilan Pässler2020-11-041-11/+12
| | | | | | | | | | When user sets extraPayloadModules, it should be added on top of the defaults.
| * increase cbfs size on x230-fhdMilan Pässler2020-11-031-1/+1
| |
| * grub2: add extraPayloadModules optionMilan Pässler2020-11-032-12/+19
| |
| * grub2: add package optionMilan Pässler2020-11-031-1/+6
| |
| * update nixpkgsMilan Pässler2020-11-031-3/+3
| |
| * grub2: fix some issues with usb scanMilan Pässler2020-11-031-2/+2
| |
| * run nixfmt on everythingMilan Pässler2020-11-0322-264/+188
| |
| * milan: fix importsMilan Pässler2020-11-033-3/+3
| |
| * grub2: fix bug where superusers are always setMilan Pässler2020-11-031-2/+3
| |
| * update nixpkgsMilan Pässler2020-10-311-3/+3
| |
| * add config for my x230 fhd modMilan Pässler2020-10-312-0/+17
| |
| * grub2: generate grub.cfg from module configMilan Pässler2020-10-313-163/+120
| |
| * share some config for my devicesMilan Pässler2020-10-314-15/+22
| |
| * add patch for x230 fhd variantMilan Pässler2020-10-313-9/+632
| |
| * corenix: make coreboot package configurableMilan Pässler2020-10-311-1/+6
| |
| * readme: seabios is supported nowMilan Pässler2020-10-141-1/+1
| |
| * add licenseMilan Pässler2020-10-141-0/+20
| |
| * improve readmeMilan Pässler2020-10-141-0/+2
| |
| * update nixpkgs, remove seabios version overrideMilan Pässler2020-10-142-9/+3
| |
| * configs/milan-x1c: increase cbfs sizeMilan Pässler2020-10-121-0/+1
| |
| * corenix: allow setting extraFiles.*.src to nullMilan Pässler2020-10-121-2/+2
| |
| * allow tianocore as secondary payloadMilan Pässler2020-10-122-2/+14
| |
| * allow grub2 as secondary payloadMilan Pässler2020-10-121-1/+11
| |
| * add seabiosMilan Pässler2020-10-1219-33/+170
| |
| * add shortcut for use with flake-compatMilan Pässler2020-10-112-6/+12
| |
| * add flake-compatMilan Pässler2020-10-111-0/+9
| |
| * add default value for coreinfoConfigMilan Pässler2020-10-112-0/+2
| |