summaryrefslogtreecommitdiff
path: root/config-joey.hs
AgeCommit message (Collapse)Author
2015-02-12ssh user perm fixesJoey Hess
* Ssh.authorizedKey: Make the authorized_keys file and .ssh directory be owned by the user, not root. * Ssh.knownHost: Make the .ssh directory be owned by the user, not root.
2015-02-10diatom almost retiredJoey Hess
2015-02-10propellor spinJoey Hess
2015-02-10propellor spinJoey Hess
2015-02-10propellor spinJoey Hess
2015-02-10propellor spinJoey Hess
2015-02-10propellor spinJoey Hess
2015-02-10propellor spinJoey Hess
2015-02-10propellor spinJoey Hess
2015-02-10propellor spinJoey Hess
2015-02-10propellor spinJoey Hess
2015-02-10propellor spinJoey Hess
2015-02-10propellor spinJoey Hess
2015-02-10propellor spinJoey Hess
2015-02-10propellor spinJoey Hess
2015-02-10propellor spinJoey Hess
2015-02-10propellor spinJoey Hess
2015-02-10propellor spinJoey Hess
2015-02-08propellor spinJoey Hess
2015-02-01propellor spinJoey Hess
2015-02-01propellor spinJoey Hess
2015-02-01propellor spinJoey Hess
2015-02-01propellor spinJoey Hess
2015-01-29propellor spinJoey Hess
2015-01-29propellor spinJoey Hess
2015-01-25cleanupJoey Hess
2015-01-24GADT properties seem to work (untested)Joey Hess
* Property has been converted to a GADT, and will be Property NoInfo or Property HasInfo. This was done to make sure that ensureProperty is only used on properties that do not have Info. Transition guide: - Change all "Property" to "Property NoInfo" or "Property WithInfo" (The compiler can tell you if you got it wrong!) - To construct a RevertableProperty, it is useful to use the new (<!>) operator - Constructing a list of properties can be problimatic, since Property NoInto and Property WithInfo are different types and cannot appear in the same list. To deal with this, "props" has been added, and can built up a list of properties of different types, using the same (&) and (!) operators that are used to build up a host's properties.
2015-01-23Added more network interface configuration properties.Joey Hess
2015-01-21reorgJoey Hess
2015-01-21propellor spinJoey Hess
2015-01-21Added systemd configuration properties.Joey Hess
2015-01-15propellor spinJoey Hess
2015-01-15ascii art updateJoey Hess
2015-01-15propellor spinJoey Hess
2015-01-09propellor spinJoey Hess
2015-01-09propellor spinJoey Hess
2015-01-08propellor spinJoey Hess
2015-01-08propellor spinJoey Hess
2015-01-08propellor spinJoey Hess
2015-01-08propellor spinJoey Hess
2015-01-08propellor spinJoey Hess
2015-01-06refactor dns settings!Joey Hess
2015-01-06propellor spinJoey Hess
2015-01-06propellor spinJoey Hess
2015-01-06propellor spinJoey Hess
2015-01-06propellor spinJoey Hess
2015-01-04reorgJoey Hess
2015-01-04propellor spinJoey Hess
2015-01-04propellor spinJoey Hess
2015-01-04propellor spinJoey Hess