removed old stuff

This commit is contained in:
twoneis 2024-05-03 00:32:58 +02:00
parent d8b620f6aa
commit 232fcf9117

View file

@ -20,11 +20,6 @@
# 57621: spotifyd # 57621: spotifyd
networking.firewall.allowedTCPPorts = [ 57621 ]; networking.firewall.allowedTCPPorts = [ 57621 ];
# Auto-mount new devices
# services.udev.extraRules = ''
# ACTION=="add", SUBSYSTEMS=="usb", SUBSYSTEM=="block", ENV{ID_FS_USAGE}=="filesystem", RUN{program}+="${pkgs.systemd}/bin/systemd-mount --no-block --automount=yes --collect $devnode /media"
# '';
services.xserver.displayManager.gdm.enable = true; services.xserver.displayManager.gdm.enable = true;
# Wayland in electron # Wayland in electron