10 lines
65 B
Nix
10 lines
65 B
Nix
|
{
|
||
|
pkgs,
|
||
|
config,
|
||
|
inputs,
|
||
|
...
|
||
|
}: {
|
||
|
networking = {
|
||
|
};
|
||
|
}
|