diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-15 12:30:55 -0400 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-15 12:30:55 -0400 |
commit | 29a91fc7d5226a8f9d69cb4f2364428b043dc183 (patch) | |
tree | 03aebb9364a56b8616c2702ab247f095fdd1f51e | |
parent | a36b3f5c4a0b2bfbb5f4a1672aa0aef99cc1f183 (diff) |
add owo and oxo to extraHosts
-rw-r--r-- | machines/x/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index b566aa8..b2d9365 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -79,6 +79,8 @@ in { ]; networking.extraHosts = '' + owo.compromyse.xyz owo + oxo.compromyse.xyz oxo 192.168.122.100 android 192.168.122.101 dev ''; |