does this work?🥺
This commit is contained in:
parent
8844d5665c
commit
1f99a5cf0d
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
./../../meta/profiles/base.nix
|
./../../meta/profiles/base.nix
|
||||||
./../../meta/profiles/vm.nix
|
./../../meta/profiles/vm.nix
|
||||||
];
|
];
|
||||||
|
sops.secrets.forgenite.sopsFile = ./../../secrets/hosts/forgenite.yaml
|
||||||
# Use UEFI
|
# Use UEFI
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ with lib; with builtins; {
|
||||||
};
|
};
|
||||||
database = {
|
database = {
|
||||||
user = "forgejo";
|
user = "forgejo";
|
||||||
passwordFile = config.sops.secrets."hosts/forgenite/forgejo/db_password".path;
|
passwordFile = config.sops.secrets."forgejo/db_password".path;
|
||||||
name = "forgejodb";
|
name = "forgejodb";
|
||||||
type = "mysql";
|
type = "mysql";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue