This commit is contained in:
xqtc 2024-08-05 11:52:59 +02:00
parent 80c5d75ecc
commit f531ebe03d
2 changed files with 5 additions and 2 deletions

View file

@ -191,8 +191,8 @@
services.jellyfin.enable = true;
services.jellyfin.user = "xqtc";
services.ollama.enable = true;
services.ollama.acceleration = "cuda";
# services.ollama.enable = true;
# services.ollama.acceleration = "cuda";
#services.calibre-web = {
# enable = true;

View file

@ -27,6 +27,9 @@ with lib; {
../../../common
];
services.btrfs.autoScrub.enable = true;
services.btrfs.autoScrub.interval = "weekly";
services.caddy = {
enable = true;
email = "xqtc@tutanota.com";