summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
AgeCommit message (Collapse)Author
2018-08-19propellor spinJoey Hess
2018-08-19Split mailname property out of Hostname.saneJoey Hess
Since bad mailname guesses can lead to ugly surprises. (API change) Kept it in the Hostname module for easy discoverability, and similar to Hostname.searchDomain it sets a value based on the hostname so makes sense to keep it in that module. Didn't implement the mailname equivilant of Hostname.setTo, because it's trivial to write the mailname file with a custom value if desired. This commit was sponsored by John Pellman on Patreon.
2018-08-08build later in the dayJoey Hess
actually, the container the build runs in has its timezone GMT, so this builds at 10:15 local time
2018-07-13updateJoey Hess
2018-07-13updatesJoey Hess
2018-07-11propellor spinJoey Hess
2018-07-11propellor spinJoey Hess
2018-07-11systemd no longer defaults to KillUserProcesses=yesJoey Hess
2018-07-11propellor spinJoey Hess
2018-07-11propellor spinJoey Hess
2018-07-11two unmaintained modulesJoey Hess
2018-07-06remove dnsssec transitional codeJoey Hess
2018-05-29propellor spinJoey Hess
2018-05-06remove rsyslog from honeybee to save disk spaceJoey Hess
2018-05-05propellor spinJoey Hess
2018-05-01propellor spinJoey Hess
2018-05-01propellor spinJoey Hess
2018-04-22remove unused importJoey Hess
2018-04-13propellor spinJoey Hess
2018-04-13propellor spinJoey Hess
2018-04-12propellor spinJoey Hess
2018-04-12propellor spinJoey Hess
2018-04-05propellor spinJoey Hess
2018-04-03propellor spinJoey Hess
2018-04-03updateJoey Hess
2018-03-24install debug-me from packageJoey Hess
2018-03-14propellor spinJoey Hess
2018-02-05propellor spinJoey Hess
2018-02-01Laptop: New module, starting with powertopAutoTuneOnBoot.Joey Hess
This commit was sponsored by Brock Spratlen on Patreon.
2018-02-01add only to default linux command lineJoey Hess
Don't affect rescue mode.
2018-02-01Grub: Added properties to configure /etc/default/grub.Joey Hess
This commit was sponsored by Ewen McNeill on Patreon.
2018-01-23propellor spinJoey Hess
2018-01-18propellor spinJoey Hess
2018-01-17propellor spinJoey Hess
2018-01-06updateJoey Hess
2018-01-06propellor spinJoey Hess
2017-12-29ssh key for homepower uploadJoey Hess
2017-12-29moved from joey-metaJoey Hess
2017-12-28propellor spinJoey Hess
2017-12-06propellor spinJoey Hess
2017-11-29propellor spinJoey Hess
2017-11-19propellor spinJoey Hess
2017-11-19partition table in InfoJoey Hess
Diskimage.imageBuiltFor: New property to build a disk image for a Host, using partition table information configured via the new properties hasPartitionTableType, hasPartition and adjustPartition. This lets Machine properties include eg /boot partitions that are known to be needed by the bootloader, and the user can adjust those partitions and add others. This commit was sponsored by Brock Spratlen on Patreon.
2017-11-18tweakJoey Hess
2017-11-17propellor spinJoey Hess
2017-11-17propellor spinJoey Hess
2017-11-17typoJoey Hess
2017-11-17propellor spinJoey Hess
2017-11-17propellor spinJoey Hess
2017-11-17fixed for bootstrapping honeybee from chrootJoey Hess
Install dnsmasq first to avoid connfile conflict Don't set up container when in chroot, won't work. Propellor should perhaps prevent this..