feat: adds forgejo instance to git.ily.rs

This commit is contained in:
Lewis Wynne 2026-04-04 21:15:59 +01:00
parent 4f9cd8aa35
commit b00d1519ac
4 changed files with 63 additions and 0 deletions

View file

@ -5,6 +5,7 @@
../common
./foundry.nix
./dokuwiki.nix
./forgejo.nix
];
networking.hostName = "lab";
@ -36,6 +37,8 @@
};
virtualisation.oci-containers.backend = "podman";
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
services.caddy.enable = true;
system.stateVersion = "23.11";