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