summaryrefslogtreecommitdiff
path: root/src/config.rs
AgeCommit message (Expand)AuthorFilesLines
2022-04-29feat: optionally turn off authorized keys support in SSH serverLars Wirzenius1-0/+3
2022-04-07feat: add a user_ca_pubkey field to config, specLars Wirzenius1-0/+4
2021-11-18fix: drop some debugging outputLars Wirzenius1-1/+0
2021-11-10feat: check that virtual network names are syntactically correctLars Wirzenius1-1/+9
2021-11-01chore: fix code formattingLars Wirzenius1-1/+1
2021-10-16feat: allow ~user/ in path names, not just ~/Lars Wirzenius1-7/+12
2021-08-20feat! add support for non-virtual networksLars Wirzenius1-1/+1
2021-08-05feat: if no networks are specified, use defaultLars Wirzenius1-0/+7
2021-07-25feat: allow use to add a VM on virtual networksLars Wirzenius1-0/+3
2021-07-25feat: do not allow unknown fields in the configLars Wirzenius1-0/+1
2021-07-12feat: add sub-command "config"Lars Wirzenius1-2/+2
2021-03-25feat: allow ~/ in config, specification filesLars Wirzenius1-1/+11
2021-03-25feat: give more useful and specific error messagesLars Wirzenius1-4/+5
2021-03-21feat: optionally mark new VM as autostartedLars Wirzenius1-0/+3
2021-03-07doc: add doc comments to crateLars Wirzenius1-0/+23
2021-03-07fix: make host cert generation field optional in configLars Wirzenius1-1/+1
2021-03-07feat: generate SSH key pairs, create host certificatesLars Wirzenius1-0/+2
2021-03-04feat: use configured defaults to unspecified machine attributesLars Wirzenius1-0/+4
2021-03-04feat: configurable image_directory where VM images go by defaultLars Wirzenius1-0/+1
2021-03-01feat: change how command line interface worksLars Wirzenius1-0/+33