added monitoring and updated nameservers

This commit is contained in:
Tyler Mayoff 2025-12-06 19:58:16 -05:00 committed by Tyle Mayoff
parent ac85fbfa4e
commit 94d19278c3
3 changed files with 36 additions and 3 deletions

View file

@ -35,7 +35,6 @@ in {
nixPath = lib.mapAttrsToList (n: _: "${n}=flake:${n}") flakeInputs;
};
# forgejo
virtualisation.oci-containers = {
backend = "docker";
containers = {
@ -52,6 +51,7 @@ in {
"/var/run/docker.sock:/var/run/docker.sock"
];
};
# forgejo
forgejo-runner = {
# serviceName = "forgejo-runner";
autoStart = true;