[containers] Disables some containers, adds some docker config.
This commit is contained in:
@@ -16,17 +16,17 @@
|
||||
./containers/gitea.nix
|
||||
./containers/goatcounter.nix
|
||||
./containers/grafana.nix
|
||||
./containers/jobhunt.nix
|
||||
# ./containers/jobhunt.nix
|
||||
./containers/mariadb.nix
|
||||
./containers/media-system.nix
|
||||
./containers/nextcloud.nix
|
||||
./containers/offen.nix
|
||||
# ./containers/offen.nix
|
||||
./containers/pocket-id.nix
|
||||
./containers/prometheus.nix
|
||||
./containers/public-homepage.nix
|
||||
./containers/searxng.nix
|
||||
./containers/shared-postgres.nix
|
||||
./containers/timetagger.nix
|
||||
# ./containers/timetagger.nix
|
||||
./containers/traefik.nix
|
||||
./containers/users.nix
|
||||
|
||||
@@ -72,6 +72,26 @@
|
||||
enable = true;
|
||||
# Set this to make the default DOCKER_HOST be the rootless version for normal users.
|
||||
setSocketVariable = true;
|
||||
daemon = {
|
||||
settings = {
|
||||
default-address-pools = [
|
||||
{
|
||||
base = "10.88.0.0/16";
|
||||
size = 24;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
daemon = {
|
||||
settings = {
|
||||
default-address-pools = [
|
||||
{
|
||||
base = "10.88.0.0/16";
|
||||
size = 24;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
podman = lib.mkIf (config.local.container-backend == "podman") {
|
||||
|
||||
Reference in New Issue
Block a user