Newer
Older
# This should be some e-mail address where technical messages may go.
admin_email: "michik@michik.net"
# Please feel free to add your favorite software you need absolutely everywhere
# here. However, please do not leave too much stuff nobody else might use or
# stuff that could be handy for an attacker.
apt_essential_packages:
- vim
# This is all the stuff we neither need nor want on our computers.
apt_unwanted_packages:
- vim-tiny
# vim: set ft=yaml: