8 lines
124 B
Nix
8 lines
124 B
Nix
|
{config, ...}: {
|
||
|
services.nix-serve = {
|
||
|
enable = true;
|
||
|
openFirewall = true;
|
||
|
bindAddress = "127.0.0.1";
|
||
|
};
|
||
|
}
|