summary refs log tree commit diff
path: root/nixos/modules/system/etc/setup-etc.pl
Commit message (Collapse)AuthorAge
* setup-etc.pl: Keep track of copied filesEelco Dolstra2014-07-25
| | | | | | | | | We now track copied files in /etc/.clean. This is important, because otherwise files that are removed from environment.etc will not actually be removed from the file system. In particular, changing users.extraUsers.<user>.openssh.authorizedKeys.keys to an empty list would not cause /etc/ssh/authorized_keys.d/<user> to be removed, which was a security issue.
* etc: uid/gid support for copied filesAustin Seipp2014-02-23
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Make /etc/localtime a direct symlink to the zoneinfo fileEelco Dolstra2014-01-06
| | | | | | | Some programs (notably the Java Runtime Environment) expect to be able to extract the name of the time zone from the target of the /etc/localtime symlink. That doesn't work if /etc/localtime is a symlink to /etc/static/localtime. So make it a direct symlink.
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10