aboutsummaryrefslogtreecommitdiffstats
path: root/system/services/default.nix (unfollow)
Commit message (Collapse)Author
2024-08-02refactor(nixos/openssh): Migrate from `system/services`Benedikt Peetz
2024-08-02refactor(nixos/{nginx, nix-sync}): Migrate from `system/services`Benedikt Peetz
Nix-sync was sort-of mixed into the nginx configuration, thus separating it completely seemed reasonable.
2024-06-13refactor(modules/etesync): Move to a complete moduleBenedikt Peetz
2024-04-26feat(system/servies): remove snapperSilas Schöffel
We handle backups with restic
2024-02-11feat: remove keycloaksils
2024-02-10feat: add invidious-routersils
2024-01-07fix(system/services): import restic configsils
2023-11-18Feat(system/services): Add etebase-serversils
2023-10-14refactor(system/services/redirects): Move under the nginx directorySoispha
2023-10-14Feat(system/services/redirects): Build up the base to comply with the AGPLSoispha
2023-10-12feat(system/services): actually import mastodonsils
2023-10-03feat(system/services/murmur): InitializeSoispha
2023-10-03feat(system/services/miniflux): InitSoispha
2023-10-01feat(system/services/taskserver): InitSoispha
This is the server part used in combination with Taskwarrior to regain control over the unwieldy amount of task, that accumulate over the day.
2023-08-18Feat(system/services/libreddit): InitSoispha
2023-08-11Feat(system): Add invidioussils
2023-08-02Feat(system/services/snapper): AddSoispha
2023-07-03Fix(system): Import everythingSoispha
2023-07-03Refactor(system/services/mail): Move mail to services as it's oneSoispha
2023-07-03Fix(system): Import everythingSoispha
2023-06-25Fix(system/services/acme): Leave certs generation to nixosSoispha
2023-06-19Feat(system/services): Add matrix synapsesils
2023-06-19Feat(system/services): Add minecraft serversils
2023-06-18Refactor(services): Remove dead codeSoispha
2023-06-17Feat(system/services/git-sync): AddSoispha
2023-06-06Feat(system/services): Enable keycloaksils
2023-06-06Revert: Remove Conduitsils
It didn't deploy either and we'd probably use synapse anyway This reverts commit fbba7df4b7c9de5b1926612647e1d9d06b7d22cf.
2023-05-20Feat(system/matrix/conduit): Add matrix-conduitSoispha
2023-05-20Style(system): FormatSoispha
2023-04-07Fix(system/mail): Allow opening ports in the firewallene
As the previous configuration only opened some ports, receiving mail was impossible. This allows NSM to open the required ports directly, ensuring that none was missed. SECURITY: As all other options than SSL are still disabled, this change should not introduce unencrypted mail transfer. This has not been tested.
2023-03-25Feat(system/services/fail2ban): Add fail2banene
This should clear the logs somewhat.
2023-03-19Fix(system/services/minecraft): Remove to make compileene
2023-03-19Fix(system/mail): Only accept connections on safe portsene
It is sort of standard to ignore connections over the unencrypted port 25, thus we are doing the same.
2023-03-18Refactor: Use better file layoutene