8 lines
126 B
Nix
8 lines
126 B
Nix
{
|
|
config = {
|
|
services.nix-serve = {
|
|
enable = true;
|
|
secretKeyFile = "/var/cache-priv-key.pem";
|
|
};
|
|
};
|
|
}
|