feat: add nginx redirect
Some checks failed
/ test (push) Failing after 19m24s

This commit is contained in:
nydragon 2025-03-06 23:09:53 +01:00
parent c9892f2e5c
commit 3b35135879
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE
2 changed files with 4 additions and 0 deletions

View file

@ -33,6 +33,8 @@ in
efiInstallAsRemovable = true;
};
virtualisation.docker.enable = true;
modules = {
server.rustypaste = {
enable = true;

View file

@ -12,6 +12,8 @@ let
in
{
config = mkIf cfg.enable {
virtualisation.docker.autoPrune.enable = true;
services.gitea-actions-runner = {
package = pkgs.forgejo-runner;