Levitation installation tweaks
This commit is contained in:
parent
2f483a214a
commit
b52dfd7f81
|
@ -71,9 +71,8 @@ in {
|
|||
# Configure networking
|
||||
networking = {
|
||||
domain = "mccarty.io";
|
||||
useDHCP = false;
|
||||
interfaces.enp6s0.useDHCP = true;
|
||||
nat.externalInterface = "enp6s0";
|
||||
useDHCP = true;
|
||||
nat.externalInterface = "enp5s0";
|
||||
# Open ports for soulseek and weylus
|
||||
firewall = {
|
||||
allowedTCPPorts = [ 61377 1701 9001 ];
|
||||
|
|
|
@ -23,7 +23,7 @@ in with lib; {
|
|||
};
|
||||
efi = {
|
||||
efiSysMountPoint = "/boot/";
|
||||
canTouchEfiVariables = false;
|
||||
canTouchEfiVariables = true;
|
||||
};
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue