diff --git a/hosts/rpi5/default.nix b/hosts/rpi5/default.nix index 2ae39f2..1581c9e 100644 --- a/hosts/rpi5/default.nix +++ b/hosts/rpi5/default.nix @@ -6,6 +6,7 @@ ../common/global ../common/users/jamie.nix + ../common/optional/earlyoom.nix ../common/optional/vscode-server.nix ./services @@ -13,25 +14,19 @@ networking = { hostName = "rpi5"; - #defaultGateway = { - # address = "192.168.1.1"; - # interface = "end0"; - #}; - # interfaces.end0 = { - # wakeOnLan.enable = true; - # ipv4.addresses = [ - # { - # address = "192.168.1.3"; - # prefixLength = 24; - # } - # ]; - # ipv6.addresses = [ - # { - # address = "fd63:e339:d9fc::3"; - # prefixLength = 64; - # } - # ]; - #}; + defaultGateway = { + address = "192.168.1.1"; + interface = "end0"; + }; + interfaces.end0 = { + wakeOnLan.enable = true; + ipv4.addresses = [ + { + address = "192.168.1.3"; + prefixLength = 24; + } + ]; + }; }; raspberry-pi-nix.libcamera-overlay.enable = false;