mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 16:10:32 +01:00
idk
This commit is contained in:
parent
80c5d75ecc
commit
f531ebe03d
|
@ -191,8 +191,8 @@
|
||||||
services.jellyfin.enable = true;
|
services.jellyfin.enable = true;
|
||||||
services.jellyfin.user = "xqtc";
|
services.jellyfin.user = "xqtc";
|
||||||
|
|
||||||
services.ollama.enable = true;
|
# services.ollama.enable = true;
|
||||||
services.ollama.acceleration = "cuda";
|
# services.ollama.acceleration = "cuda";
|
||||||
|
|
||||||
#services.calibre-web = {
|
#services.calibre-web = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
|
|
|
@ -27,6 +27,9 @@ with lib; {
|
||||||
../../../common
|
../../../common
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.btrfs.autoScrub.enable = true;
|
||||||
|
services.btrfs.autoScrub.interval = "weekly";
|
||||||
|
|
||||||
services.caddy = {
|
services.caddy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
email = "xqtc@tutanota.com";
|
email = "xqtc@tutanota.com";
|
||||||
|
|
Loading…
Reference in a new issue