nix-on-droid/tests/on-device/config-flake-hosts-localhost.cfg.nix
2024-03-05 23:09:33 +01:00

7 lines
104 B
Nix

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