From fe14fa1c2276603c45e567d56d794112b65c87b1 Mon Sep 17 00:00:00 2001 From: osbm Date: Sat, 10 May 2025 19:58:16 +0300 Subject: [PATCH] move this service to the pochita --- hosts/pochita/configuration.nix | 2 ++ hosts/ymir/configuration.nix | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/pochita/configuration.nix b/hosts/pochita/configuration.nix index 588aa40..70dbbca 100644 --- a/hosts/pochita/configuration.nix +++ b/hosts/pochita/configuration.nix @@ -24,6 +24,8 @@ enableVaultwarden = true; }; + services.wanikani-bypass-lessons.enable = true; + i18n.inputMethod.enable = lib.mkForce false; # no need for japanese input method networking.hostName = "pochita"; diff --git a/hosts/ymir/configuration.nix b/hosts/ymir/configuration.nix index 35fec59..1f90a22 100644 --- a/hosts/ymir/configuration.nix +++ b/hosts/ymir/configuration.nix @@ -23,7 +23,6 @@ enableMinegrubTheme = true; }; - services.wanikani-bypass-lessons.enable = true; # Bootloader. boot.loader.systemd-boot.enable = true;