programs.schroot.settings

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

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";
  };
}
Declared
<nixpkgs/nixos/modules/programs/schroot.nix>