add etc/hosts to base module
this is hardcoded to localhost only. it would be better to have a config option to allow defining static hosts
This commit is contained in:
+6
-1
@@ -211,9 +211,14 @@ in
|
||||
export PATH
|
||||
''
|
||||
);
|
||||
hosts = symlink (
|
||||
pkgs.writeText "hosts" ''
|
||||
127.0.0.1 localhost
|
||||
''
|
||||
);
|
||||
in
|
||||
dir {
|
||||
inherit profile;
|
||||
inherit hosts profile;
|
||||
ashrc = profile;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user