chore: shuffle forgejo files in raptus around

This commit is contained in:
nydragon 2025-02-05 16:56:30 +01:00
parent d205d32a5f
commit 7c247098cb
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE
3 changed files with 5 additions and 2 deletions

View file

@ -13,8 +13,7 @@ in
imports = [
(modulesPath + "/profiles/qemu-guest.nix")
./disk-config.nix
./forgejo.nix
./forgejo-runner.nix
./forgejo
./headscale
./fail2ban.nix
];

View file

@ -4,6 +4,10 @@ let
sshPort = 2222;
in
{
imports = [
./runner.nix
];
systemd.tmpfiles.rules =
let
# Disallow crawlers from indexing this site.