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 = [
|
||||
"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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue