docker ollama

This commit is contained in:
2026-01-18 13:34:23 -06:00
parent 69b47de1fc
commit d13b59e7ac
5 changed files with 49 additions and 2 deletions

View File

@@ -21,6 +21,8 @@
config = lib.mkIf config.sysconfig.docker.enable {
networking.nat.internalInterfaces = [ "docker0" ];
virtualisation = {
docker = {
enable = true;