Ramses

Results 63 comments of Ramses

Yeah `--nix-option` does what `--option` does for nix. But not everything can be expressed with that, `--show-trace` being one example of that. I'd need to check how to pass any...

Yeah so there are two approaches here. In general we tend to avoid using overlays for this when possible and instead add additional package sets to `extraSpecialArgs`, as shown by...

Yeah, this would need support on the Rust side to save information on created users in the state file so that we can clean them up when we deactivate or...

Yeah, I was already considering this!

I think we're not far from being able to do this. What's missing is configuring the vlans inside the VMs, which is a bit more annoying to do here than...

Issue still present. This makes it very difficult to use Firefox on iOS since several websites are broken.

Yeah so system-manager needs root permissions, as the error says. This is normal, since it will be managing system-level config, which is all owned by root. Did you try running...

This seems to also have to do with your `PATH` variable, I think that this is nix who expects `git` to be provided by the system. One way to get...

@jlbribeiro I didn't test this explicitly, but if your nix single-user installation is set up correctly, this should work. Nix knows how to write outputs into the store with the...

Yeah, I'd need to set up a VM with a single user install to further debug this. I think things can probably be configured in a way to get everything...