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:
parent
2783f96ce7
commit
ffe45949e8
4 changed files with 11 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue