Fix indentation.

+6 -6
+6 -6
nixos/modules/services/x11/display-managers/gdm.nix
··· 119 119 120 120 systemd.services.display-manager.conflicts = [ "getty@tty1.service" ]; 121 121 systemd.services.display-manager.serviceConfig = { 122 - # Restart = "always"; - already defined in xserver.nix 123 - KillMode = "mixed"; 124 - IgnoreSIGPIPE = "no"; 125 - BusName = "org.gnome.DisplayManager"; 126 - StandardOutput = "syslog"; 127 - StandardError = "inherit"; 122 + # Restart = "always"; - already defined in xserver.nix 123 + KillMode = "mixed"; 124 + IgnoreSIGPIPE = "no"; 125 + BusName = "org.gnome.DisplayManager"; 126 + StandardOutput = "syslog"; 127 + StandardError = "inherit"; 128 128 }; 129 129 130 130 systemd.services.display-manager.path = [ gnome3.gnome_session ];