ci: add hosts entry for desktop deploy target

This commit is contained in:
2026-03-30 19:14:30 -04:00
parent 476de03bf4
commit bef350e5e9

View File

@@ -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 = {