diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-15 12:43:12 -0400 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-15 12:43:12 -0400 | 
| commit | 4d7e0e925fb18bda8d085623954b3ed6066effb2 (patch) | |
| tree | 7b499090f15f00f1f6d6a33dc72f60ac2dd29f5e | |
| parent | db6a7f595f9faf80c310e179a6d322d8389be7d1 (diff) | |
fix hosts
Diffstat (limited to '')
| -rw-r--r-- | machines/x/configuration.nix | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index b2d9365..b67337e 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -79,8 +79,8 @@ in {    ];    networking.extraHosts = '' -    owo.compromyse.xyz owo -    oxo.compromyse.xyz oxo +    178.156.200.181 owo +    5.161.107.13 oxo      192.168.122.100 android      192.168.122.101 dev    ''; | 
