From 668fb9df479a4b1d01e148116252ba7c0d374def Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Fri, 14 Nov 2025 12:11:13 -0500 Subject: [PATCH] enable kmscon --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index cde558c..e46c4e8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -43,6 +43,8 @@ ./services/caddy_senior_project.nix ]; + services.kmscon.enable = true; + systemd.targets = { sleep.enable = false; suspend.enable = false;