nix-on-droid/tests/on-device/config-flake-hosts-localhost.cfg.nix
2025-01-22 20:31:47 +01:00

7 lines
104 B
Nix

{ pkgs, ... }:
{
system.stateVersion = "24.11";
networking.hosts."127.0.0.2" = [ "localhost" ];
}