Format
This commit is contained in:
parent
244d691b37
commit
21cf15ee9d
1 changed files with 3 additions and 0 deletions
|
@ -69,14 +69,17 @@
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
podman.enable = true;
|
podman.enable = true;
|
||||||
|
|
||||||
onepassword-connect = {
|
onepassword-connect = {
|
||||||
enable = true;
|
enable = true;
|
||||||
credentialsFile = config.sops.secrets."1password-credentials.json".path;
|
credentialsFile = config.sops.secrets."1password-credentials.json".path;
|
||||||
};
|
};
|
||||||
|
|
||||||
bind = {
|
bind = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = import ./config/bind.nix { inherit config; };
|
extraConfig = import ./config/bind.nix { inherit config; };
|
||||||
};
|
};
|
||||||
|
|
||||||
haproxy = {
|
haproxy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = import ./config/haproxy.nix { inherit config; };
|
config = import ./config/haproxy.nix { inherit config; };
|
||||||
|
|
Loading…
Reference in a new issue