Safe Haskell | None |
---|---|
Language | Haskell2010 |
Files
defaultFile :: IO FilePath Source #
Return the file path of the default configuration file.
parseDefaultFile :: IO Config Source #
Parse the default configuration file
Throws an IO exception or a ParseException
parseFile :: FilePath -> IO Config Source #
Parse the given configuration file.
Throws an IO exception or a ParseException
Types
The main configuration of the default LXD client.
Represents the file at ~/.config/lxc/config.yml
.