summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/x11/xserver.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/x11/xserver.nix')
-rw-r--r--nixos/modules/services/x11/xserver.nix11
1 files changed, 3 insertions, 8 deletions
diff --git a/nixos/modules/services/x11/xserver.nix b/nixos/modules/services/x11/xserver.nix
index 1bbcd4ca2ab4..55d3e742ef7c 100644
--- a/nixos/modules/services/x11/xserver.nix
+++ b/nixos/modules/services/x11/xserver.nix
@@ -152,6 +152,9 @@ in
./desktop-managers/default.nix
(mkRemovedOptionModule [ "services" "xserver" "startGnuPGAgent" ]
"See the 16.09 release notes for more information.")
+ (mkRemovedOptionModule
+ [ "services" "xserver" "startDbusSession" ]
+ "The user D-Bus session is now always socket activated and this option can safely be removed.")
(mkRemovedOptionModule ["services" "xserver" "useXFS" ]
"Use services.xserver.fontPath instead of useXFS")
];
@@ -299,14 +302,6 @@ in
description = "DPI resolution to use for X server.";
};
- startDbusSession = mkOption {
- type = types.bool;
- default = true;
- description = ''
- Whether to start a new DBus session when you log in with dbus-launch.
- '';
- };
-
updateDbusEnvironment = mkOption {
type = types.bool;
default = false;