From f531ebe03d7da553c788272f5ab26bf37a2c53dc Mon Sep 17 00:00:00 2001 From: xqtc Date: Mon, 5 Aug 2024 11:52:59 +0200 Subject: [PATCH] idk --- hosts/x86_64-linux/asmodeus/default.nix | 4 ++-- hosts/x86_64-linux/beleth/default.nix | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/hosts/x86_64-linux/asmodeus/default.nix b/hosts/x86_64-linux/asmodeus/default.nix index 54120dc..9d96063 100644 --- a/hosts/x86_64-linux/asmodeus/default.nix +++ b/hosts/x86_64-linux/asmodeus/default.nix @@ -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; diff --git a/hosts/x86_64-linux/beleth/default.nix b/hosts/x86_64-linux/beleth/default.nix index 29e7054..5433ac6 100644 --- a/hosts/x86_64-linux/beleth/default.nix +++ b/hosts/x86_64-linux/beleth/default.nix @@ -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";