From 031a1a1080e97df4ccc25ccf529ab96268f1c2cf Mon Sep 17 00:00:00 2001 From: osbm Date: Wed, 6 Aug 2025 23:35:36 +0300 Subject: [PATCH] no fetch data on ymir --- hosts/ymir/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/ymir/configuration.nix b/hosts/ymir/configuration.nix index c1deeed..eb412f2 100644 --- a/hosts/ymir/configuration.nix +++ b/hosts/ymir/configuration.nix @@ -28,7 +28,6 @@ # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - services.wanikani-fetch-data.enable = true; networking.hostName = "ymir"; # Define your hostname.