MyNixOS website logo
option

programs.schroot.settings

Schroot configuration settings. For more details, see schroot.conf(5).

Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  noble = {
    description = "Ubuntu 24.04 Noble";
    directory = "/srv/chroot/noble";
    personality = "linux";
    preserve-environment = false;
    profile = "my-profile";
    root-users = "my-user";
    shell = "/bin/bash";
    type = "directory";
    users = "my-user";
  };
}