This commit is contained in:
Joseph Hanson 2024-07-07 15:15:51 -05:00
parent 244d691b37
commit 21cf15ee9d
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -69,14 +69,17 @@
services = {
podman.enable = true;
onepassword-connect = {
enable = true;
credentialsFile = config.sops.secrets."1password-credentials.json".path;
};
bind = {
enable = true;
extraConfig = import ./config/bind.nix { inherit config; };
};
haproxy = {
enable = true;
config = import ./config/haproxy.nix { inherit config; };