Update Jude network ports
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
#boot.loader.systemd-boot.enable = true;
|
|
||||||
boot = {
|
boot = {
|
||||||
supportedFilesystems = [ "ntfs" ];
|
supportedFilesystems = [ "ntfs" ];
|
||||||
loader = {
|
loader = {
|
||||||
@@ -31,5 +30,4 @@
|
|||||||
#efi.canTouchEfiVariables = true;
|
#efi.canTouchEfiVariables = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
networking.interfaces.enp4s0.useDHCP = true;
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,8 +16,8 @@
|
|||||||
networking = {
|
networking = {
|
||||||
hostName = "jude";
|
hostName = "jude";
|
||||||
enableIPv6 = false;
|
enableIPv6 = false;
|
||||||
|
interfaces.enp37s0.useDHCP = true;
|
||||||
};
|
};
|
||||||
#systemd.oomd.enable = false;
|
|
||||||
greg = {
|
greg = {
|
||||||
tailscale.enable = true;
|
tailscale.enable = true;
|
||||||
gnome.enable = true;
|
gnome.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user