Move gitea from bekkalokk to kommode

This commit is contained in:
2025-03-16 19:02:30 +01:00
parent 08b010cb93
commit 8b34f31e3f
13 changed files with 15 additions and 4 deletions

View File

@@ -7,7 +7,6 @@
(fp /misc/metrics-exporters.nix)
./services/bluemap/default.nix
./services/gitea/default.nix
./services/idp-simplesamlphp
./services/kerberos
./services/mediawiki

View File

@@ -5,6 +5,9 @@
./hardware-configuration.nix
(fp /base)
(fp /misc/metrics-exporters.nix)
./services/gitea
./services/nginx.nix
];
sops.defaultSopsFile = fp /secrets/kommode/kommode.yaml;

View File

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@@ -0,0 +1,4 @@
{ ... }:
{
services.nginx.enable = true;
}