From ee3a24b5da7982689af262f7e5bcab808e2adfd3 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 30 Mar 2026 21:37:49 -0400 Subject: [PATCH] ci: add server-public to /etc/hosts for self-deploy --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index a3d4c19..bbce532 100644 --- a/configuration.nix +++ b/configuration.nix @@ -75,6 +75,7 @@ ]; # Hosts entries for CI/CD deploy targets + networking.hosts."192.168.1.50" = [ "server-public" ]; networking.hosts."192.168.1.223" = [ "desktop" ]; services.kmscon.enable = true;