From db9afdbc50d94e8c9e1e437aca86e040f86b204c Mon Sep 17 00:00:00 2001 From: osbm Date: Fri, 7 Feb 2025 22:08:44 +0300 Subject: [PATCH] just do it later --- hosts/pochita/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/pochita/configuration.nix b/hosts/pochita/configuration.nix index 84616dd..e7d022c 100644 --- a/hosts/pochita/configuration.nix +++ b/hosts/pochita/configuration.nix @@ -25,14 +25,14 @@ blockYoutube = false; blockTwitter = false; enableTailscale = true; - enableJellyfin = true; + # enableJellyfin = true; }; i18n.inputMethod.enable = lib.mkForce false; # no need for japanese input method programs.firefox.enable = lib.mkForce false; # no need for firefox # enable hyprland - programs.hyprland.enable = true; + # programs.hyprland.enable = true; networking.hostName = "pochita"; # log of shame: osbm blamed nix when he wrote "hostname" instead of "hostName"