Compare commits
3 Commits
master
...
1a088bc501
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a088bc501 | |||
| 0f70cf9bbc | |||
| fbf6864350 |
@@ -102,6 +102,7 @@
|
|||||||
rpi-imager
|
rpi-imager
|
||||||
tigervnc
|
tigervnc
|
||||||
keepassxc
|
keepassxc
|
||||||
|
localsend
|
||||||
|
|
||||||
#3D modeling/printing
|
#3D modeling/printing
|
||||||
blender
|
blender
|
||||||
|
|||||||
@@ -87,7 +87,7 @@
|
|||||||
home-assistant.enable = true;
|
home-assistant.enable = true;
|
||||||
n8n.enable = true;
|
n8n.enable = true;
|
||||||
|
|
||||||
nextcloud.enable = true;
|
nextcloud.enable = false;
|
||||||
jellyfin.enable = true;
|
jellyfin.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ in {
|
|||||||
|
|
||||||
extraOptions = lib.mkIf config.sysconfig.docker.nvidia [
|
extraOptions = lib.mkIf config.sysconfig.docker.nvidia [
|
||||||
"--device=nvidia.com/gpu=all"
|
"--device=nvidia.com/gpu=all"
|
||||||
"--ip=192.168.101.6"
|
"--ip=192.168.101.22"
|
||||||
];
|
];
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
|
|||||||
Reference in New Issue
Block a user