mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-22 21:53:32 +00:00
Nix Packages collection & NixOS
0ef085d58a
The option is disabled by default so that previously existing installations aren't affected. If you'd like to migrate to the fixed numeric id for Apache, set "fixUidAndGid = true", edit the file "/etc/groups" and replace the old GID value with 54. (NixOS can't do that for you because it refuses to change a GID that identifies the primary group of a user.) Then run find / -xdev -uid $oldUID -exec chown 54 {} + find / -xdev -gid $oldGID -exec chgrp 54 {} + to update ownership of all files that are supposed to be owned by Apache. |
||
---|---|---|
doc | ||
gui | ||
lib | ||
maintainers | ||
modules | ||
tests | ||
.version | ||
COPYING | ||
default.nix | ||
README | ||
release-combined.nix | ||
release.nix |
*** NixOS *** NixOS is a Linux distribution based on the purely functional package management system Nix. More information can be found at http://nixos.org/nixos and in the manual in doc/manual.