7 lines
74 B
Nix
7 lines
74 B
Nix
{ ... }:
|
|
{
|
|
networking.extraHosts = ''
|
|
127.0.0.1 viya.local
|
|
'';
|
|
}
|