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