does this work?🥺

This commit is contained in:
Lyn 2024-09-06 01:11:33 +02:00
parent 8844d5665c
commit 1f99a5cf0d
2 changed files with 2 additions and 1 deletions

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";
};