0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

* Use the right mount command in the filesystems job so that

NTFS-3G works properly.

svn path=/nixos/trunk/; revision=12565
This commit is contained in:
Eelco Dolstra 2008-08-09 12:03:08 +00:00
parent 2783f96ce7
commit ffe45949e8
4 changed files with 11 additions and 8 deletions

View file

@ -371,7 +371,9 @@ in
extraHosts = mkOption {
default = "";
example = "192.168.0.1 lanlocalhost";
description = "Pasted verbatim into /etc/hosts.";
description = ''
Additional entries to be appended to <filename>/etc/hosts</filename>.
'';
};
useDHCP = mkOption {