add zammad to fw vm, add web-arm machine
This commit is contained in:
parent
d46990b7fb
commit
f86996cd28
87 changed files with 4681 additions and 135 deletions
|
|
@ -19,15 +19,15 @@ let
|
|||
in {
|
||||
users.groups.podman.gid = cids.gids.podman;
|
||||
virtualisation = {
|
||||
containers.containersConf.settings = {
|
||||
containers.dns_servers = [ "10.42.97.1" ];
|
||||
};
|
||||
# containers.containersConf.settings = {
|
||||
# containers.dns_servers = [ "10.42.97.1" ];
|
||||
# };
|
||||
podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
defaultNetwork.settings = {
|
||||
dns_enabled = true; # Enable DNS resolution in the podman network.
|
||||
};
|
||||
# defaultNetwork.settings = {
|
||||
# dns_enabled = true; # Enable DNS resolution in the podman network.
|
||||
# };
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue