Val Packett
38213f4ada
munix: add publish argument for port forwarding, fix #11
...
TODO: fix https://github.com/AsahiLinux/muvm/issues/178 as well
2026-01-30 05:44:13 -03:00
Jörg Thalheim
06a26e7dee
munix: add -- before command args to prevent option parsing
...
muvm was interpreting command arguments like '-c' (from /bin/sh -c)
as its own options. Adding '--' separates muvm options from the
command and its arguments.
2026-01-15 17:10:05 +01:00
Val Packett
f336a0d5ff
micro-activate: generate machine-id randomly
...
D-Bus is supposed to (?) use it to decide whether it can use FD passing,
shared memory, etc. and while we do a lot of cross-domain magic it's not
quite seamless :) so let's not reuse the host one.
2025-12-18 04:21:52 -03:00
Val Packett
fd771dd95f
munix: make the default command overridable via env
...
This is convenient for app launch wrappers that would want to set their
own default command but still allow overriding it
2025-12-05 04:06:05 -03:00
Val Packett
0bd986f97f
Introduce micro-activate (RIIR activate script + tiny bit of tmpfiles)
...
Instead of interpreting all that shell and running actual tmpfiles, use
a tiny stage before systemd that mounts a tmpfs at /run (preventing
systemd from doing the same), populates it with NixOS symlinks and
preserved resolv.conf, and mounts the immutable /etc overlay before
passing control over to systemd.
2025-12-04 07:17:31 -03:00
Val Packett
59137223a9
Add fallback to our mesa package for non-NixOS hosts
2025-11-28 02:13:20 -03:00
Val Packett
c164db06c1
Fix msm driver name to msm_dpu
2025-11-27 21:58:53 -03:00
Val Packett
77028b04da
Add error messages for missing muvm/passt
2025-11-27 20:33:30 -03:00
Val Packett
9f0f835fce
Add sidebus integration
2025-11-14 06:20:44 -03:00
Jörg Thalheim
181e675f02
munix: run realpath on nixos closure before running
...
this is more convinent when using `nix build`.
2025-11-03 17:57:14 +01:00
Val Packett
790dd0d1f4
Integrate systemd
...
Not fully optimized yet, but shouldn't have any regressions
2025-10-31 04:53:19 -03:00
Val Packett
c4d462ea20
Update muvm
2025-10-03 01:37:22 -03:00
Val Packett
146430d8cd
Add '--' arg separator
2025-09-26 06:09:41 -03:00
Val Packett
de0c868428
Probe the GPUs/kernel and select an appropriate accel method, fix #3
...
Only use vDRM on supported drivers, introduce Venus for others, and fall
back to software on kernels older than 6.13 due to missing PFNMAP support.
2025-09-25 22:40:57 -03:00
Val Packett
9256257abe
munix: allow specifying any user ID / do not use host /etc/passwd, fixes #2
2025-09-25 22:29:24 -03:00
Val Packett
7c3c52df7e
munix: add command line flag parsing
...
And unhardcode the Quake data file path I used for testing :)
2025-09-25 22:29:24 -03:00
Val Packett
4602228be9
Initial commit
2025-09-25 22:29:24 -03:00