nix-on-droid/tests/on-device/config-flake-hosts-localhost.cfg.nix

7 lines
104 B
Nix

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