ci: add server-public to /etc/hosts for self-deploy

This commit is contained in:
2026-03-30 21:37:49 -04:00
parent 59f2639061
commit ee3a24b5da

View File

@@ -75,6 +75,7 @@
]; ];
# Hosts entries for CI/CD deploy targets # Hosts entries for CI/CD deploy targets
networking.hosts."192.168.1.50" = [ "server-public" ];
networking.hosts."192.168.1.223" = [ "desktop" ]; networking.hosts."192.168.1.223" = [ "desktop" ];
services.kmscon.enable = true; services.kmscon.enable = true;