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