migrate to 25.11; remove teamspeak and jellyfin player due to webkit deprecation;
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user