Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat(system/services/nginx)!: Change meaning of `root` key | Benedikt Peetz | 2024-06-01 |
| | | | | | | | | | | | | The `root` key was rather useless (it was always just the `/etc/.../<domain>` path.). This change gives it a real meaning. See the 'BREAKING CHANGE' section for more information. BREAKING CHANGE: Previously the `root` key denoted the _absolute_ root of a repository. Now it just denotes the root relative (i.e. a path within the built repository) to the repos cloning position. You should just remove the absolute part of the path (that, which is not an output in your built repository) | ||
* | feat(flake): update nixpkgs to 24.05 | Silas Schöffel | 2024-06-01 |
| | |||
* | feat(system/services/nginx): add wkd for sils.li | Silas Schöffel | 2024-05-26 |
| | |||
* | feat(system/services/nginx): add wkd for s-schoeffel.de | Silas Schöffel | 2024-05-26 |
| | |||
* | fix(system/services/nginx/hosts): Update trinitrix source git path | Benedikt Peetz | 2024-05-26 |
| | |||
* | feat(system/services/nginx): Add the trinitrix website | Benedikt Peetz | 2024-05-25 |
| | |||
* | feat(system/services/nginx): Add the GPG WKD | Benedikt Peetz | 2024-05-25 |
| | |||
* | build(flake): update | Silas Schöffel | 2024-05-14 |
| | | | | | | | | | | | | | | | | | | | | | | | Flake lock file updates: • Updated input 'agenix': 'github:ryantm/agenix/1381a759b205dff7a6818733118d02253340fd5e' (2024-04-02) → 'github:ryantm/agenix/8d37c5bdeade12b6479c85acd133063ab53187a0' (2024-05-09) • Updated input 'crane': 'github:ipetkov/crane/a5eca68a2cf11adb32787fc141cddd29ac8eb79c' (2024-04-24) → 'github:ipetkov/crane/27025ab71bdca30e7ed0a16c88fd74c5970fc7f5' (2024-05-09) • Updated input 'disko': 'github:nix-community/disko/a816daa384dd754b7586f51157fc2e1a44e76073' (2024-04-25) → 'github:nix-community/disko/f236f6df36e7e8077ff33304a1bf5dbc5c6b7122' (2024-05-14) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/4c268f5790f5e697d7e377dfdf21605d3aa123c3' (2024-04-25) → 'github:NixOS/nixpkgs/8a4282c38b6cbea9f0989c0eafc6ce1837a26442' (2024-05-13) • Updated input 'nixpkgs-unstable': 'github:NixOS/nixpkgs/9a4f20210147ecaec0269ec02506be2696635ee7' (2024-04-25) → 'github:NixOS/nixpkgs/21b7c1e62f1856bb793d41198ef4760058c6ebd5' (2024-05-14) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/9a2a11479b94afaf1ecc46384b27abda0d3d5f9d' (2024-04-25) → 'github:oxalica/rust-overlay/1d8fcbbfcfd3476c2665384a46ee9d07ef2b4dd9' (2024-05-14) | ||
* | feat(system/users/soispha): Set a new gpg-based ssh key | Benedikt Peetz | 2024-05-14 |
| | |||
* | feat(system/servies): remove snapper | Silas Schöffel | 2024-04-26 |
| | | | | We handle backups with restic | ||
* | feat(system/services/fail2ban): add postfix jail | Silas Schöffel | 2024-04-25 |
| | | | | | This bans IP Addresses which fail to login into postfix at least 3 times in 600 seconds. | ||
* | style(system/services/mastodon): format with alejandra | Silas Schöffel | 2024-04-25 |
| | |||
* | fix(system/impermanence/mods/mail.nix): fix typo | Silas Schöffel | 2024-04-25 |
| | |||
* | build(flake): update | Silas Schöffel | 2024-04-25 |
| | |||
* | fix(system/services/mastodon): change back to stable package | Silas Schöffel | 2024-04-25 |
| | |||
* | fix(mail): persist additional state directories | Silas Schöffel | 2024-04-24 |
| | | | | | This preserves mail state to prevent running out of memory and thus makes our mailsetup more reliable. | ||
* | fix(treewide): move former git-crypted files to correct location | Silas Schöffel | 2024-04-24 |
| | | | | They were accidentally added at the wrong location in dd4b6bcfc16c7c795b697195eb6703966352d9f4 | ||
* | fix(system/services/taskserver): Add required kernel settings | Soispha | 2024-04-02 |
| | | | | | | These are the defaults, but I think it is better to explicitly state them to ensure that we don't suffer from a mistake, when we think about changing them in the future. | ||
* | chore(git-crypt): Remove `.git-crypt` directory | Soispha | 2024-03-29 |
| | |||
* | chore(git-crypt): Re-add previously encrypted files in decrypted form | Soispha | 2024-03-29 |
| | |||
* | chore(git-crypt): Remove `git-crypt` and associated encrypted files | Soispha | 2024-03-29 |
| | |||
* | fix(gitattributes): Remove unused taskserver paths | Soispha | 2024-03-29 |
| | |||
* | refactor(system/services/taskserver): Move away from git-crypt | Soispha | 2024-03-29 |
| | |||
* | style(system/secrets): Sort `secret.nix` and `default.nix` alphabetically | Soispha | 2024-03-29 |
| | |||
* | fix(system/services/libreddit): correct binary location in systemd service | Silas Schöffel | 2024-03-28 |
| | | | | | | This is a manual fix until we get this merged into nixpkgs Co-authored-by: Benedikt Peetz <benedikt.peetz@b-peetz.de> | ||
* | feat(system/servics/libreddit): Use the continued redlib package | Soispha | 2024-03-28 |
| | | | | Fixes: #87 | ||
* | build(flake): Update | Soispha | 2024-03-28 |
| | |||
* | fix(system/impermanence/mods/users.nix): add /root/.ssh as persistent directory | sils | 2024-03-19 |
| | |||
* | fix(system/services/invidious-router): add new healthcheck config | sils | 2024-03-10 |
| | |||
* | build(flake): update | sils | 2024-03-10 |
| | |||
* | fix(system/services/invidious-router): remove invidious.vhack.eu from ↵ | sils | 2024-02-25 |
| | | | | | | | instance list This is necessary because of a bug in our instance which causes search to fail under certain circumstances. | ||
* | style(system/services/invidious-router): one list entry per line | sils | 2024-02-21 |
| | |||
* | fix(system/services/invidious-router): change allowed_status_codes type to int | sils | 2024-02-21 |
| | |||
* | fix(system/services/invidious-router): bind to 127.0.0.1 | sils | 2024-02-21 |
| | |||
* | build(flake): update | sils | 2024-02-21 |
| | |||
* | fix(flake): override invidious-router-flake nixpkgs with nixpkgs-unstable | sils | 2024-02-21 |
| | |||
* | fix(system/services/invidious-router): correct typo | sils | 2024-02-21 |
| | |||
* | feat(system/services/invidious-router): add extraDomains | sils | 2024-02-19 |
| | |||
* | build(flake): update | sils | 2024-02-19 |
| | |||
* | feat(system/services/invidious-router): add configuration | sils | 2024-02-19 |
| | |||
* | build(flake): update invidious-router-flake | sils | 2024-02-19 |
| | |||
* | style(flake): format with alejandra | sils | 2024-02-19 |
| | |||
* | build(flake): Update | Soispha | 2024-02-18 |
| | |||
* | build(flake): update | sils | 2024-02-15 |
| | |||
* | fix(flake): update invidious-router-flake url | sils | 2024-02-15 |
| | |||
* | chore(version): v0.23.1 v0.23.1 | sils | 2024-02-15 |
| | |||
* | fix: update mastodon | sils | 2024-02-15 |
| | | | | | This uses the mastodon package from nixos-unstable-small because backporting of a security release failed and we can't afford to wait. | ||
* | chore(version): v0.23.0 v0.23.0 | sils | 2024-02-15 |
| | |||
* | feat: remove keycloak | sils | 2024-02-11 |
| | |||
* | build(flake): update | sils | 2024-02-11 |
| |