aboutsummaryrefslogtreecommitdiff
path: root/infra (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-01-26sudo: 1.9.5p1 → 1.9.5p2Artemis Tosini1-2/+2
2021-01-18libkookie: add molly user with pubkeys, and enable on hyperionMolly Miller2-0/+16
2021-01-18libkookie: inherit the host to build from the environment if setMolly Miller1-1/+4
This makes it possible to test the build of libkookie system derivations on hosts other than the end target.
2021-01-18libkookie: fix build script.Molly Miller1-1/+1
The build script doesn't pass the correct path to nixpkgs in the nix-build invocation, which causes build failures outside a standard libkookie-booted environment.
2021-01-18libkookie: i3: make the leading comment more accurate.Molly Miller1-3/+2
In particular, this script does not rely on jq or dmenu.
2021-01-18libkookie: i3: remove tr(1) from i3 workspace scripts, use jq -rMolly Miller2-4/+4
>From jq(1): o --raw-output / -r: With this option, if the filter´s result is a string then it will be written directly to standard output rather than being formatted as a JSON string with quotes. This can be useful for making jq filters talk to non-JSON-based systems.
2021-01-09libkookie: cgit: add patch to generate reverse-tree linksKatharina Fey1-0/+29
2021-01-07libkookie: emacs: add notmuch filter rulesMx Kookie4-3/+2
2021-01-07rust-analyzer: 2020-11-09 -> 2021-01-04Mx Kookie1-4/+4
2021-01-03corenix: update uwu config to chainload grubMx Kookie1-5/+7
2021-01-03corenix: change uwu coreboot to use grub2Mx Kookie2-3/+15
2021-01-02libkookie: add new cgit module and smart-http supportMx Kookie4-23/+200
2021-01-02nixos/nginx: allow overriding fastcgi paramsAlyssa Ross2-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.
2021-01-02corenix: add uwu configurationMx Kookie3-0/+18
2020-12-31libkookie: cgit: add patch to render recursive READMEsKatharina Fey3-4/+68
2020-12-31libkookie: emacs: add notmuch filter rulesMx Kookie3-0/+57
2020-12-31libkookie: emacs: finish port of old configuration to new overlayKatharina Fey12-293/+162
2020-12-31libkookie: emacs: setup rust lsp utilitiesKatharina Fey2-5/+25
2020-12-31libkookie: add .projectile files to existing projectsKatharina Fey3-0/+0
This is required for emacs lsp to pick up where to set the root directory for language server daemons. Ideally, a future monorepo utility (such as nom) would create .projectile files automatically when creating a new project in the tree.
2020-12-31libkookie: emacs: add theme loading and rust modeMx Kookie6-29/+52
2020-12-30libkookie: emacs: build a configuration harness for elisp modulesKatharina Fey9-77/+350
2020-12-26code dumpMx Kookie5-0/+151
2020-12-26libkookie: spacekookie-de: update blog sourceKatharina Fey1-2/+2
2020-12-26libkookie: gaia: change spacekookie home directoryKatharina Fey1-12/+4
2020-12-26libkookie: hyperion: adding hashed password and root ssh keysKatharina Fey2-2/+6
2020-12-26libkookie: hyperion: change spacekookie user home dirKatharina Fey1-2/+4
2020-12-25libkookie: hyperion: include nginx configurationMx Kookie1-0/+1
2020-12-25libkookie: spacekookie-de: update package againMx Kookie1-4/+8
2020-12-25libkookie: kitty: increase default font sizeMx Kookie1-1/+1
2020-12-25libkookie: hyperion: import configuration from legacy installationMx Kookie16-3/+529
2020-12-25libkookie: add qyliss user with ssh pubkeysMx Kookie1-0/+14
2020-12-25libkookie: comment fixMx Kookie1-1/+1
2020-12-25libkookie: harness: add ability to load ssh public keysMx Kookie2-3/+9
2020-12-25libkookie: gaia: import previous configurationMx Kookie13-0/+623
2020-12-25libkookie: printing: add basic moduleMx Kookie2-1/+11
2020-12-25libkookie: i3: various updates to fonts, init config, and keybindingMx Kookie4-45/+44
2020-12-25libkookie: redshift: add module to handle redshift with systrayMx Kookie2-1/+12
2020-12-25libkookie: time: init module for local time handlingMx Kookie2-0/+6
2020-12-25libkookie: iosevka: add overlay variant with custom build settingsMx Kookie3-3/+39
2020-12-25libkookie: dpi: add global dpi setting and wrap dino to use itMx Kookie2-7/+35
2020-12-23libkookie: net: init module to handle networking configurationMx Kookie8-37/+144
2020-12-23libkookie: remove "group" key from user configMx Kookie1-1/+0
This is now implicitly created by the user harness.
2020-12-23libkookie: gpg: implement gpg and yubikey handlingMx Kookie3-1/+19
2020-12-23libkookie: change formattingMx Kookie2-6/+5
2020-12-23libkookie: xkblayout: init configurationMx Kookie2-0/+34
2020-12-23libkookie: implement mail module handling via external configurationMx Kookie8-1/+134
2020-12-23libkookie: tempest: load game and music configurationMx Kookie1-2/+3
2020-12-23libkookie: music: init configurationMx Kookie1-0/+9
2020-12-23libkookie: gpg: init configurationMx Kookie1-0/+8
2020-12-23libkookie: games: init configurationMx Kookie1-0/+9