Skip to content

Commit

Permalink
fix: forgot to fix ip addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Dec 1, 2024
1 parent 5ebb77a commit bcb1871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/kolyma-5/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@

ipv4 = {
enable = true;
address = "65.109.74.214";
address = "167.235.96.40";
};

ipv6 = {
enable = true;
address = "2a01:4f9:3071:31ce::";
address = "2a01:4f8:2190:2914::";
};
};

Expand Down

0 comments on commit bcb1871

Please sign in to comment.