From fabfc1b30919e58c1409da72b6f95b36110a575e Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 13 Sep 2023 22:08:12 +0530 Subject: modules/logind: add option to disable logind --- common.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index a5d8e74..1da5402 100644 --- a/common.nix +++ b/common.nix @@ -8,12 +8,16 @@ let host = config.networking.hostName; in { - disabledModules = [ "services/networking/pppd.nix" ]; + disabledModules = [ + "services/networking/pppd.nix" + "system/boot/systemd/logind.nix" + ]; imports = [ ./modules/userdata.nix ./modules/dev.nix ./modules/pppd.nix ./modules/seatd.nix + ./modules/logind.nix ]; # boot -- cgit v1.2.3