Flake is now modular and supports forgejo and forgejo-ci-runner #1

Merged
lynatic merged 14 commits from debug into main 2024-09-06 07:08:01 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit ea9f076254 - Show all commits

View file

@ -7,6 +7,7 @@
./../../meta/profiles/base.nix
./../../meta/profiles/vm.nix
];
sops.secrets.forgenite.sopsFile = ./../../secrets/hosts/forgenite.yaml
# Use UEFI
boot.loader.systemd-boot.enable = true;

View file

@ -26,7 +26,7 @@ with lib; with builtins; {
};
database = {
user = "forgejo";
passwordFile = config.sops.secrets."hosts/forgenite/forgejo/db_password".path;
passwordFile = config.sops.secrets."forgejo/db_password".path;
name = "forgejodb";
type = "mysql";
};