e734102104
uConsole: remove clamav (cross-compile failure — cmake try_run + Rust proc-macro linker)
2026-06-19 12:20:44 -04:00
e54812c3c5
fix: add native gcc for clamav Rust build scripts in cross-compile
2026-06-19 12:13:37 -04:00
42949532a3
fix: set CC=gcc for clamav Rust proc-macro builds in cross-compile
2026-06-19 12:09:33 -04:00
a0875e9e0a
fix: add clamav cross-compile workaround (cmake try_run for FD passing, uname POSIX, struct packing, SAR)
2026-06-19 07:54:30 -04:00
a114cd859c
docs: correct maxJobs in remote builder notes (uConsole=4, server=36)
2026-06-18 23:36:04 -04:00
317e908ab5
docs: add bidirectional remote builder setup notes to flake
2026-06-18 23:15:55 -04:00
ef8c92f05e
docs: note neovim cross-compile failure in overlay comments
2026-06-18 23:02:13 -04:00
8874f6ff66
feat: add gortium.clamav NixOS module
...
- New module at modules/nixos/services/clamav.nix
- Options: enable (CLI-only), enableDaemon (full services),
onAccessScanning (clamonacc), scanPaths, dailyScanTime
- All scans are logging-only — no auto-quarantine or deletion
- uConsole: CLI tools only (enableDaemon=false)
- lazyworkhorse: full setup with on-access scanning, daily 3 AM scan
Also: remove neovim from uConsole (fails cross-compile, emacs available)
2026-06-18 21:53:33 -04:00
570ab16243
docs: add comprehensive cross-compile workaround tracker in overlay comment
2026-06-18 21:16:56 -04:00
b072e2052f
fix: remove js8call + switch wireshark to CLI to drop qtquick3d dep
2026-06-18 21:13:31 -04:00
16b9b1c866
fix: use dontUseCmakeInstall + stub for qtquick3d cross-compile
2026-06-18 21:07:37 -04:00
4acd98c689
fix: stub qtquick3d install for aarch64 cross-compile (Qt::Quick unavailable)
2026-06-18 21:04:23 -04:00
c8eb80b7f8
fix: disable mailutils in emacs-pgtk to avoid broken gss cross-compile
2026-06-18 20:59:39 -04:00
e6d1b1bdab
fix: remove broken perl-ldap hacks, keep only john perl-ldap filter
2026-06-18 20:40:29 -04:00
e5188eb5b0
fix: strip perl-ldap from john deps in cross-compile overlay
2026-06-18 20:39:50 -04:00
9be5583750
fix: try final.buildPackages.perl for perl.mini cross-compile fix
2026-06-18 20:39:50 -04:00
533de87069
fix: replace perl.mini with native build perl for cross-compile (fixes all perl modules)
2026-06-18 20:39:50 -04:00
0772daf3ed
fix: try null perl for perl-ldap cross-compile
2026-06-18 17:25:39 -04:00
bf9b3a7890
fix: proper perl-ldap cross-compile override
2026-06-18 17:25:06 -04:00
d9e56e8958
fix: force perl-ldap to use buildPackages perl for cross-compile
2026-06-18 17:23:59 -04:00
da691f0b4d
feat: add agenix-rekey + remote-builder module for distributed builds
2026-06-18 17:17:03 -04:00
ef3ad6bbcf
fix: disable Boost MPI for aarch64 cross-compile (no b2 alternatives)
2026-06-18 17:09:59 -04:00
65241113cc
fix: add reticulum overlay to uconsole nixpkgs
2026-06-18 15:23:59 -04:00
4989f9898c
feat: merge Reticulum overlay, poup-16t-disk, open_code_server, merged uConsole config
2026-06-18 15:23:06 -04:00
b4b928a985
fix: clean module and flake after merge
2026-06-17 08:29:24 -04:00
33e98f32d7
feat: add HackerGadgets AIO v2 board module + enable on uConsole CM5
2026-06-17 08:27:15 -04:00
102586d7e8
fix: switch nixos-uconsole to cm5_fix branch (patches OK)
...
- Remove local boot.kernelPatches (now in nixos-uconsole fork)
- Point to github:gortium/nixos-uconsole/cm5_fix instead of pr/dcs-panel-detection
2026-06-16 19:21:54 -04:00
6c08958730
fix: add ai-worker-restricted module to uConsole CM5 base modules
...
Required for services.aiWorkerAccess option used by users/ai-worker/ai-worker.nix
2026-06-16 19:04:35 -04:00
3f331e4bfb
fix: add home-manager input for uConsole CM5 gortium user config
...
The remote branch added users/gortium/gortium.nix which uses
home-manager module option, but home-manager wasn't imported.
2026-06-16 19:03:59 -04:00
1550219e77
Merge remote changes + feat: AIO v2 board module
...
- Cross-compile overlays for Hyprland (libcamera, pipewire, gjs)
- Refactor uconsoleBaseModules into reusable list
- Add wireguard-client service module
- Restructure users into subdirectories
- New: hardware.uconsole-cm5-aio-v2 module (GPIO rails, aiov2_ctl, GPS UART)
- Update configuration.nix with Hyprland + AIO v2
- Add AIO v2 module to both toplevel and SD image config
2026-06-16 19:02:38 -04:00
2572f47e41
feat: add NixOS module for HackerGadgets AIO v2 board (uConsole CM5)
...
- New module: hardware.uconsole-cm5-aio-v2
- GPIO rail control for GPS (27), LORA (16), SDR (7), USB (23)
- Systemd oneshot service (aiov2-rails-boot) to apply states at boot
- aiov2_ctl CLI tool packaged from GitHub source
- GPS UART support (ttyAMA0, 9600 baud) with dialout group
- Optional systemd user service for system tray GUI
- Wired into uconsole-cm5 NixOS config + SD image
All rails default OFF — activate on demand with:
aiov2_ctl <GPS|LORA|SDR|USB> on
2026-06-16 19:00:50 -04:00
bd8b1c564e
feat: add reusable wireguard-client NixOS module
...
- modules/nixos/services/wireguard-client.nix — optional module under
gortium.wireguard-client namespace with enable, vpnIp, privateKeyFile,
and presharedKeyFile options
- Added to lazyworkhorse, cyt-pi, and uconsoleBaseModules (covers both
uconsole-cm5 toplevel and SD image)
- Migrated lazyworkhorse from inline networking.wireguard to module
- Split-tunnel: allowedIPs = [ "10.8.0.0/24" ]
Usage in a host config:
gortium.wireguard-client = {
enable = true;
vpnIp = "10.8.0.X/24";
privateKeyFile = config.age.secrets.wireguard_private_key.path;
presharedKeyFile = config.age.secrets.wireguard_preshared_key.path;
};
2026-06-15 10:55:40 -04:00
8651295b0a
Fixed stuff maybe i guess not sure
2026-06-14 21:48:23 -04:00
e95baddb96
rename users/gortium/default.nix -> gortium.nix, add to uconsole modules
2026-06-14 21:05:22 -04:00
eb3fe42542
refactor: extract shared uconsole modules to eliminate toplevel/image duplication
2026-06-14 20:56:17 -04:00
2ee616839e
chore: point nixos-uconsole input to pr/dcs-panel-detection branch
2026-06-14 18:43:04 -04:00
42202c8a40
fix: add hyprwayland-scanner native paths for xdg-desktop-portal-hyprland cross-compile
2026-06-14 10:11:44 -04:00
2476352fdf
fix: skip hyprland qtutils (Qt6Quick missing in aarch64 cross-compile)
...
Qt6Quick and its submodules are not built in the aarch64 qtdeclarative
cross-compile output. hyprland-qt-support can't find them and fails.
Hyprland only needs qtutils at runtime (added to PATH via wrapProgram).
Setting wrapRuntimeDeps = false skips the wrapping entirely, letting
Hyprland build without its QML UI support package.
2026-06-14 10:01:28 -04:00
8afca7315d
fix: correct qtdeclarative attr to qt6.qtdeclarative
2026-06-14 09:56:31 -04:00
0372b37950
fix: set Qt6Qml_DIR for hyprland-qt-support cross-compile
2026-06-14 09:52:35 -04:00
11a4969028
fix: skip GTK tests in gjs cross-compile for Hyprland
2026-06-14 09:30:50 -04:00
6a1c26cac2
fix: remove libcamera from pipewire buildInputs (both overlays)
...
meta.platforms = [] on libcamera doesn't help because nixos-25.11 pipewire
has libcamera unconditionally in buildInputs. Must overrideAttrs to:
- filter libcamera out of buildInputs
- clear existing libcamera meson flags and set -Dlibcamera=disabled
2026-06-14 09:03:44 -04:00
9978ea36f4
fix: disable libcamera in pipewire via mesonFlags for both pkgs and rpi
2026-06-14 00:56:31 -04:00
3f985c72de
switch to gortium/nixos-uconsole fork
2026-06-13 23:15:53 -04:00
2c9136d1dc
fix: add DSI_INIT0 lane config to old panel init_sequence + fix mode_flags
2026-06-13 18:49:36 -04:00
6fac886598
revert: remove failed CWU50 display fix patches
2026-06-13 18:04:06 -04:00
a4f4891236
try: no-burst-no-sync-pulse (VIDEO only)
2026-06-13 17:12:51 -04:00
3a809938c9
try: no-sync-pulse variant (keep BURST, remove SYNC_PULSE)
2026-06-13 16:38:24 -04:00
0f765d99cb
feat: add CWU50 display patch (no-burst) + fix flake syntax
...
Remove extra '};' that broke flake.nix parsing.
Apply kernel patch '0008-panel-cwu50-no-burst.patch' to remove
MIPI_DSI_MODE_VIDEO_BURST flag in panel-cwu50.c.
Switch nixos-uconsole module to consolidated uconsole-cm5 module.
Keep patches/0008-panel-cwu50-remove-sync-pulse.patch as variant.
2026-06-13 16:27:32 -04:00
6543de3a45
fix: correct sd-image module to nixosModules.sd-image
2026-06-12 21:57:49 -04:00