mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 10:20:33 +01:00
idk
This commit is contained in:
parent
80c5d75ecc
commit
f531ebe03d
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue