loki: disable docker

This commit is contained in:
Filippo Berto 2023-02-20 17:11:09 +01:00
parent c7595ab547
commit b71a6defed
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -217,7 +217,7 @@ with lib; {
extraGroups = [
"audio"
"input"
"docker"
# "docker"
"libvirtd"
"network"
"networkmanager"
@ -311,21 +311,21 @@ with lib; {
};
virtualisation = {
docker.enable = true;
# docker.enable = true;
# kvmgt.enable = true;
# libvirtd.enable = true;
podman.enable = true;
# virtualbox.host.enable = true;
oci-containers.containers = {
# hass = {
# image = "ghcr.io/home-assistant/home-assistant:stable";
# environment = { TZ = "Europe/Rome"; };
# extraOptions = [ "--privileged" "--network=host" "--pull=always" ];
# ports = [ "8123:8123" ];
# volumes = [ "/var/lib/hass:/config" "/mnt/raid0/condiviso:/media" ];
# };
};
# oci-containers.containers = {
# # hass = {
# # image = "ghcr.io/home-assistant/home-assistant:stable";
# # environment = { TZ = "Europe/Rome"; };
# # extraOptions = [ "--privileged" "--network=host" "--pull=always" ];
# # ports = [ "8123:8123" ];
# # volumes = [ "/var/lib/hass:/config" "/mnt/raid0/condiviso:/media" ];
# # };
# };
};
services.home-assistant = {