From 5a76a11d06b639d25d7288e8a740e79a131eb630 Mon Sep 17 00:00:00 2001 From: adikro Date: Mon, 24 Nov 2025 00:08:13 +0100 Subject: . --- modules/greet.nix | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'modules') diff --git a/modules/greet.nix b/modules/greet.nix index 555178a..13877c5 100644 --- a/modules/greet.nix +++ b/modules/greet.nix @@ -13,14 +13,4 @@ in { }; }; }; - - systemd.services.greetd.serviceConfig = { - Type = "idle"; - StandardInput = "tty"; - StandardOutput = "tty"; - StandardError = "journal"; - TTYReset = true; - TTYVHangup = true; - TTYVTDisallocate = true; - }; } -- cgit v1.3