mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
7 lines
104 B
Nix
7 lines
104 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
system.stateVersion = "24.05";
|
|
|
|
networking.hosts."127.0.0.2" = [ "localhost" ];
|
|
}
|