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