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 { in {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# Hardware accel # Hardware accel
virtualgl # virtualgl
# Remote connectivity # Remote connectivity
xpra # xpra
xpra-web # xpra-web
]; ];
} }