From e4614dbee5bd175035a78a69eed631f7a7b0b136 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sun, 12 Jul 2026 15:29:45 -0400 Subject: [PATCH] mod: remove genshin impact, add wuwa, vlc, makemkv, tailscale service --- modules/apps/gaming.nix | 2 +- modules/machine/cloud/configuration.nix | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/modules/apps/gaming.nix b/modules/apps/gaming.nix index aca6cbb..67d7b9b 100644 --- a/modules/apps/gaming.nix +++ b/modules/apps/gaming.nix @@ -226,7 +226,7 @@ in { nix.settings = let inherit agl; in (lib.mkIf - (agl.anime-game-launcher.enable || agl.honkers-railway-laucher.enable || agl.honkers-launcher.enable || agl.wavey-launcher.enable || agl.sleepy-launcher.enable) + (agl.anime-game-launcher.enable || agl.honkers-railway-launcher.enable || agl.honkers-launcher.enable || agl.wavey-launcher.enable || agl.sleepy-launcher.enable) { substituters = [ "https://ezkea.cachix.org" ]; trusted-public-keys = [ "ezkea.cachix.org-1:ioBmUbJTZIKsHmWWXPe1FSFbeVe+afhfgqgTSNd34eI=" ]; diff --git a/modules/machine/cloud/configuration.nix b/modules/machine/cloud/configuration.nix index 19ef785..0b50e0a 100644 --- a/modules/machine/cloud/configuration.nix +++ b/modules/machine/cloud/configuration.nix @@ -85,7 +85,10 @@ in { wl-clip-persist ollama-rocm newelle - tailscale + vlc + mediainfo + makemkv + ffmpeg ]; # Enable Polkit @@ -125,10 +128,11 @@ in { ffxiv.enable = true; minecraft.enable = true; - aagl.anime-game-launcher.enable = true; + aagl.wavey-launcher.enable = true; vintage-story.enable = true; }; + # Power management (see ../../pwrMgmt/default.nix) pwrMgmt = { enable = true; @@ -228,5 +232,8 @@ in { ]; }; + # Tailscale service + services.tailscale.enable = true; + system.stateVersion = "24.11"; }