Meeting Notes - December 2025

By EC Linux December 8, 2025

Business Items

Next Meeting: January 12, 2026 @6PM

Location: Beachside Church


Items discussed:

Tonight we discussed my AI vibe coded NixOS machine that runs a kiosk for my church production room. It will show Planning Center Live and Ableset in two different kiosk windows. The trouble I was having was how to make it switch the focus between the two windows via ssh command. It did not want to do this due to Wayland and setting the active display.

To work around this, we created a local user service that can then be run via ssh with a command such as

ssh production@kiosk-pclive systemctl --user start focus-pcolive

This Worked!

Aaron also showed his recent Nix config changes including things like:

nix.settings.auto-optimise-store = true;
nix.optimise.automatic = true;