diff options
| -rw-r--r-- | machines/x/configuration.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index dcc2c03..7cdab8e 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -77,10 +77,7 @@ in { ]; networking.extraHosts = '' - 127.0.0.1 diagnofy.labsmartlis.local 192.168.122.100 android - 192.168.122.101 deb - 192.168.122.102 testdb - 192.168.122.104 dev + 192.168.122.101 dev ''; } |
