From bef350e5e9f0b56717deb6042d5dd45970712012 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 30 Mar 2026 19:14:30 -0400 Subject: [PATCH] ci: add hosts entry for desktop deploy target --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index 1a002e1..a3d4c19 100644 --- a/configuration.nix +++ b/configuration.nix @@ -74,6 +74,9 @@ ./services/mollysocket.nix ]; + # Hosts entries for CI/CD deploy targets + networking.hosts."192.168.1.223" = [ "desktop" ]; + services.kmscon.enable = true; systemd.targets = {