migrate to 25.11; remove teamspeak and jellyfin player due to webkit deprecation;

This commit is contained in:
2025-11-28 00:42:44 +00:00
parent 4fc8b0f4fa
commit 16980bf9f4
11 changed files with 60 additions and 40 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, lib, config, inputs, ... }:
{ pkgs, lib, config, ... }:
with lib;
{
@@ -17,7 +17,6 @@ with lib;
enable = true;
qemu = {
vhostUserPackages = [ pkgs.virtiofsd ];
ovmf.enable = true;
};
};
# remember to add the necessary users to the podman group
@@ -34,14 +33,13 @@ with lib;
};
waydroid = {
enable = true;
# 25.11 move to stable
package = inputs.nixpkgs-unstable.legacyPackages."${pkgs.system}".waydroid-nftables;
package = pkgs.waydroid-nftables;
};
};
programs.virt-manager.enable = true;
environment.systemPackages = with pkgs;[
inputs.nixpkgs-unstable.legacyPackages."${pkgs.system}".waydroid-helper
waydroid-helper
] ++ optionals (config.virtualisation.containerManagement == "podman") [
docker-compose
# podman-compose