webtop
Containers containing full desktop environments
Example
nix
{
nps.stacks.webtop = {
enable = true;
containers.webtop = {
devices = ["/dev/dri/renderD128:/dev/dri/renderD128"];
environment.DRINODE = "/dev/dri/renderD128";
};
};
}Stack Options
nps.stacks.webtop.enable
Whether to enable webtop.
nps.stacks.webtop.passwordFile
Password for HTTP Basic Auth. If unset, authentication is disabled.
nps.stacks.webtop.username
Username for HTTP Basic Auth
Container Aliases
nps.stacks.webtop.containers.webtop
Alias of {option}services.podman.containers.webtop.
