diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-08-08 21:01:52 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-08-08 21:01:52 +0200 |
| commit | 25672664ff99c290aeeb500ee0df4abeee60c859 (patch) | |
| tree | 592eb8c28767b804f2a2e5b388a411f938180b84 | |
| parent | 309f9938c9294a46ec6a8e0dc8a300833b1aeb09 (diff) | |
remove aristote.fr pointers to vm
| -rw-r--r-- | nixos/networking.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/networking.nix b/nixos/networking.nix index 92111a1..698bc5f 100644 --- a/nixos/networking.nix +++ b/nixos/networking.nix @@ -13,7 +13,7 @@ # Hosts networking.hosts = { "10.3.141.1" = [ "raspberrypi.local" ]; - "10.233.1.2" = [ "searx.aristote.fr" "quentin.aristote.fr" "aristote.fr" ]; + # "10.233.1.2" = [ "searx.aristote.fr" "quentin.aristote.fr" "aristote.fr" ]; }; # DHCP |
