This commit is contained in:
2025-04-21 16:48:42 +02:00
parent 43adf8ff81
commit 77e65e8ea2
3 changed files with 6 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
# Equivalent to --restart always
autoStart = true;
privileged = true;
# privileged = true;
volumes = [
"/sys:/host/sys"
"/var/run/docker.sock:/var/run/docker.sock"
@@ -29,4 +29,4 @@
};
};
};
}
}