summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/greet.nix10
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;
- };
}