Update Jude network ports

This commit is contained in:
Greg Hellings
2023-10-20 10:57:04 -05:00
parent 2bcc25c067
commit 195b233e29
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -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;
} }
+1 -1
View File
@@ -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;