nix-on-droid/tests/on-device/config-flake-hosts-localhost.cfg.nix
Sergey Volkov 4d20bfc846 update inputs and copyrights to 24.05
Co-authored-by: Alexander Sosedkin <monk@unboiled.info>
2024-07-08 01:14:32 +02:00

7 lines
104 B
Nix

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