From ddd57bfbd9e11c85e01b2aa271c9304cb3928cc0 Mon Sep 17 00:00:00 2001 From: osbm Date: Fri, 16 May 2025 19:04:48 +0300 Subject: [PATCH] enable this in ymir for debugging --- hosts/ymir/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/ymir/configuration.nix b/hosts/ymir/configuration.nix index 9cbe2aa..c3fd204 100644 --- a/hosts/ymir/configuration.nix +++ b/hosts/ymir/configuration.nix @@ -22,6 +22,7 @@ enableOllama = true; enableMinegrubTheme = true; }; + services.wanikani-fetch-data.enable = true; # Bootloader. boot.loader.systemd-boot.enable = true;