diff options
| author | adikro <adikro@disroot.org> | 2025-11-24 00:08:13 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-11-24 00:08:13 +0100 |
| commit | 5a76a11d06b639d25d7288e8a740e79a131eb630 (patch) | |
| tree | d31772372fd386b94b0390705df5b10ea306619e /modules | |
| parent | 2d4dc906719fd9cd0b784cffd405d09fc17f86c5 (diff) | |
.
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/greet.nix | 10 |
1 files changed, 0 insertions, 10 deletions
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; - }; } |
