10 lines
133 B
Nix
10 lines
133 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.nix-serve = {
|
|
enable = true;
|
|
port = 7373;
|
|
secretKeyFile = "/etc/keys/nix-store-wizdesk-1";
|
|
};
|
|
}
|