dhcp
This commit is contained in:
parent
83669e037e
commit
fbefd0e81b
|
@ -66,7 +66,7 @@ in {
|
||||||
# Configure networking
|
# Configure networking
|
||||||
networking = {
|
networking = {
|
||||||
domain = "mccarty.io";
|
domain = "mccarty.io";
|
||||||
useDHCP = true;
|
interfaces.enp6s0.useDHCP = true;
|
||||||
nat.externalInterface = "enp6s0";
|
nat.externalInterface = "enp6s0";
|
||||||
# Open ports for soulseek and weylus
|
# Open ports for soulseek and weylus
|
||||||
firewall = {
|
firewall = {
|
||||||
|
|
Loading…
Reference in New Issue