Compare commits

...

3 Commits

Author SHA1 Message Date
1a088bc501 no nextcloud for now 2026-02-20 21:35:52 -06:00
0f70cf9bbc add localsend 2026-02-14 18:02:53 -06:00
fbf6864350 ollama ip 2026-02-04 00:15:51 -06:00
3 changed files with 3 additions and 2 deletions

View File

@@ -102,6 +102,7 @@
rpi-imager
tigervnc
keepassxc
localsend
#3D modeling/printing
blender

View File

@@ -87,7 +87,7 @@
home-assistant.enable = true;
n8n.enable = true;
nextcloud.enable = true;
nextcloud.enable = false;
jellyfin.enable = true;
};

View File

@@ -62,7 +62,7 @@ in {
extraOptions = lib.mkIf config.sysconfig.docker.nvidia [
"--device=nvidia.com/gpu=all"
"--ip=192.168.101.6"
"--ip=192.168.101.22"
];
environment = {