aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update lockfileKatharina Fey2021-02-111-129/+129
|
* Lockfile 1Katharina Fey2021-02-111-0/+441
|
* sudo: 1.9.5p1 → 1.9.5p2Artemis Tosini2021-01-261-2/+2
|
* libkookie: add molly user with pubkeys, and enable on hyperionMolly Miller2021-01-182-0/+16
|
* libkookie: inherit the host to build from the environment if setMolly Miller2021-01-181-1/+4
| | | | | This makes it possible to test the build of libkookie system derivations on hosts other than the end target.
* libkookie: fix build script.Molly Miller2021-01-181-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.
* libkookie: i3: make the leading comment more accurate.Molly Miller2021-01-181-3/+2
| | | | In particular, this script does not rely on jq or dmenu.
* libkookie: i3: remove tr(1) from i3 workspace scripts, use jq -rMolly Miller2021-01-182-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.
* libkookie: cgit: add patch to generate reverse-tree linksKatharina Fey2021-01-091-0/+29
|
* libkookie: emacs: add notmuch filter rulesMx Kookie2021-01-074-3/+2
|
* rust-analyzer: 2020-11-09 -> 2021-01-04Mx Kookie2021-01-071-4/+4
|
* 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.
* libkookie: cgit: add patch to render recursive READMEsKatharina Fey2020-12-313-4/+68
|
* libkookie: emacs: add notmuch filter rulesMx Kookie2020-12-313-0/+57
|
* libkookie: emacs: finish port of old configuration to new overlayKatharina Fey2020-12-3112-293/+162
|
* libkookie: emacs: setup rust lsp utilitiesKatharina Fey2020-12-312-5/+25
|
* libkookie: add .projectile files to existing projectsKatharina Fey2020-12-311-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.
* libkookie: emacs: add theme loading and rust modeMx Kookie2020-12-316-29/+52
|
* libkookie: emacs: build a configuration harness for elisp modulesKatharina Fey2020-12-309-77/+350
|
* code dumpMx Kookie2020-12-262-0/+111
|
* libkookie: spacekookie-de: update blog sourceKatharina Fey2020-12-261-2/+2
|
* libkookie: gaia: change spacekookie home directoryKatharina Fey2020-12-261-12/+4
|
* libkookie: hyperion: adding hashed password and root ssh keysKatharina Fey2020-12-262-2/+6
|
* libkookie: hyperion: change spacekookie user home dirKatharina Fey2020-12-261-2/+4
|
* libkookie: hyperion: include nginx configurationMx Kookie2020-12-251-0/+1
|
* libkookie: spacekookie-de: update package againMx Kookie2020-12-251-4/+8
|
* libkookie: kitty: increase default font sizeMx Kookie2020-12-251-1/+1
|
* libkookie: hyperion: import configuration from legacy installationMx Kookie2020-12-2516-3/+529
|
* libkookie: add qyliss user with ssh pubkeysMx Kookie2020-12-251-0/+14
|
* libkookie: comment fixMx Kookie2020-12-251-1/+1
|
* libkookie: harness: add ability to load ssh public keysMx Kookie2020-12-252-3/+9
|
* libkookie: gaia: import previous configurationMx Kookie2020-12-2513-0/+623
|
* libkookie: printing: add basic moduleMx Kookie2020-12-252-1/+11
|
* libkookie: i3: various updates to fonts, init config, and keybindingMx Kookie2020-12-254-45/+44
|
* libkookie: redshift: add module to handle redshift with systrayMx Kookie2020-12-252-1/+12
|
* libkookie: time: init module for local time handlingMx Kookie2020-12-252-0/+6
|
* libkookie: iosevka: add overlay variant with custom build settingsMx Kookie2020-12-253-3/+39
|
* libkookie: dpi: add global dpi setting and wrap dino to use itMx Kookie2020-12-252-7/+35
|
* libkookie: net: init module to handle networking configurationMx Kookie2020-12-238-37/+144
|
* libkookie: remove "group" key from user configMx Kookie2020-12-231-1/+0
| | | | This is now implicitly created by the user harness.
* libkookie: gpg: implement gpg and yubikey handlingMx Kookie2020-12-233-1/+19
|
* libkookie: change formattingMx Kookie2020-12-232-6/+5
|
* libkookie: xkblayout: init configurationMx Kookie2020-12-232-0/+34
|
* libkookie: implement mail module handling via external configurationMx Kookie2020-12-238-1/+134
|
* libkookie: tempest: load game and music configurationMx Kookie2020-12-231-2/+3
|
* libkookie: music: init configurationMx Kookie2020-12-231-0/+9
|
* libkookie: gpg: init configurationMx Kookie2020-12-231-0/+8
|
* libkookie: games: init configurationMx Kookie2020-12-231-0/+9
|
* libkookie: emacs: adding electric-pair-mode to main init.elMx Kookie2020-12-231-0/+1
|