loki: disable docker
This commit is contained in:
parent
c7595ab547
commit
b71a6defed
1 changed files with 11 additions and 11 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue