forked from mirrors/nixpkgs
Fix indentation.
This commit is contained in:
parent
3247c940e0
commit
932b167321
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue