Skip to content

Commit

Permalink
rpi5: update ip addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee committed Dec 29, 2024
1 parent c592dd1 commit 0d29a05
Showing 1 changed file with 14 additions and 19 deletions.
33 changes: 14 additions & 19 deletions hosts/rpi5/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,27 @@
../common/global
../common/users/jamie.nix

../common/optional/earlyoom.nix
../common/optional/vscode-server.nix

./services
];

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;
Expand Down

0 comments on commit 0d29a05

Please sign in to comment.