fixed sunshine and added tpm2 support

This commit is contained in:
yaroslav
2026-04-29 13:16:46 +03:00
parent a371861dd5
commit 77531016ab
4 changed files with 11 additions and 2 deletions
+1
View File
@@ -5,6 +5,7 @@
isNormalUser = true;
extraGroups = [ "wheel" "incus-admin" "networkmanager" "libvirtd" ];
shell = pkgs.fish;
uid = 1000;
packages = with pkgs; [
tree
];