Disable remote software

This commit is contained in:
2024-01-12 20:11:26 -05:00
parent c27f0bf354
commit d2624f7e57

View File

@@ -11,9 +11,9 @@
in {
environment.systemPackages = with pkgs; [
# Hardware accel
virtualgl
# virtualgl
# Remote connectivity
xpra
xpra-web
# xpra
# xpra-web
];
}