3
0
Fork 0
forked from mirrors/nixpkgs

Fix indentation.

This commit is contained in:
Tom Hunger 2017-08-28 15:56:04 +01:00
parent 3247c940e0
commit 932b167321

View file

@ -119,12 +119,12 @@ in
systemd.services.display-manager.conflicts = [ "getty@tty1.service" ]; systemd.services.display-manager.conflicts = [ "getty@tty1.service" ];
systemd.services.display-manager.serviceConfig = { systemd.services.display-manager.serviceConfig = {
# Restart = "always"; - already defined in xserver.nix # Restart = "always"; - already defined in xserver.nix
KillMode = "mixed"; KillMode = "mixed";
IgnoreSIGPIPE = "no"; IgnoreSIGPIPE = "no";
BusName = "org.gnome.DisplayManager"; BusName = "org.gnome.DisplayManager";
StandardOutput = "syslog"; StandardOutput = "syslog";
StandardError = "inherit"; StandardError = "inherit";
}; };
systemd.services.display-manager.path = [ gnome3.gnome_session ]; systemd.services.display-manager.path = [ gnome3.gnome_session ];