* Enable the dhcp server.
svn path=/configurations/trunk/tud/; revision=8312
Eelco Dolstra committed
Mar 16, 2007 at 16:43 UTC
2981fe4c276062e7d6569024f8a6099020cea840
1 file changed
+6
main.nix
+6
@@ -43,6 +43,12 @@ rec {
43
sshd = {
44
enable = true;
45
};
46
+
47
+ dhcpd = {
48
+ enable = true;
49
+ configFile = ./dhcpd.conf;
50
+ interfaces = ["eth0"];
51
+ };
52
53
httpd = {
54
enable = true;