Robert Hensing

Results 359 issues of Robert Hensing

New `dockerTools` (master / 20.09) can output a command that produces the tarball, rather than a space wasting actual tarball file. This was introduced in https://github.com/NixOS/nixpkgs/pull/91084 Arion should output this...

The goal is to help users who are defining their images via `dockerTools`. - `useHostStore = true` -> avoid docker load - `useHostStore = false` -> do use docker load,...

needs-documentation

EDIT: Podman **can already be used** with docker-compose and/or arion by configuring the system to provide a docker socket. This is in fact the recommended method for supporting NixOS-based containers....

enhancement

Store paths that don't exist can't be mounted into a container. Docker or docker compose try to create missing directories. This is not a sensible behavior for volume mounts that...

This is a regression compared to the bash script.

bug

Bring a special init and a nix store for copying. Can we access a directory under a volume mount? If not, store the store in an alternate location, as a...

Can be set to journald. I wonder what are the benefits of doing so and how will it interact with nixos?

enhancement
question

Makes `assertions` / `warnings` available as independent module. Exposes a function to apply their 'side effects'.

Try to make nixos.useSystemd the default when nixos.configuration is set by user. May need to distinguish between user-created modules (intent: do NixOS) and builtin modules that only tweak the config...

enhancement