programs/distrobox: remove settingsFile option

This commit is contained in:
Gabriel Arazas 2023-10-18 09:16:25 +08:00
parent 7f06e6a677
commit de8beb9780
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -77,17 +77,6 @@ in
}
'';
};
settingsFile = lib.mkOption {
type = lib.types.path;
default = settingsFile;
description = lib.mdDoc ''
The path to the settings file for Distrobox to be put at
{file}`/etc/distrobox/distrobox.conf`. By default, it will use a
Nix-generated file configured with
{option}`programs.distrobox.settings`.
'';
};
};
config = lib.mkIf cfg.enable {