# Functions
DefaultConfig returns the default configuration.
LoadConfig reads the configuration from the config path; if the path does not exist, it returns a default configuration.
NewConfig returns a Config, optionally using default remotes.
# Variables
DefaultRemotes is the list of default remotes.
ErrNotLinux is returned when attemping to access the "local" remote on non-Linux systems.
ImagesRemote is the community image server (over simplestreams).
LocalRemote is the default local remote (over the unix socket).
StaticRemotes is the list of remotes which can't be removed.