This commit is contained in:
Nathan McCarty 2023-07-03 19:56:15 -04:00
parent 83669e037e
commit fbefd0e81b
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {