8 lines
85 B
Nix
8 lines
85 B
Nix
{...}: {
|
|
networking.hosts = {
|
|
"127.0.0.1" = [
|
|
# not in git
|
|
];
|
|
};
|
|
}
|