Format
This commit is contained in:
parent
244d691b37
commit
21cf15ee9d
1 changed files with 3 additions and 0 deletions
|
@ -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; };
|
||||
|
|
Loading…
Reference in a new issue