knot
This commit is contained in:
15
hosts/server/modules/knot.nix
Normal file
15
hosts/server/modules/knot.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
inputs.tangled.nixosModules.knot
|
||||
];
|
||||
|
||||
services.tangled-knot = {
|
||||
enable = true;
|
||||
listenAddr = "0.0.0.0:3003";
|
||||
dataDir = "/var/lib/knot";
|
||||
secretFile = "/private/tangled.env";
|
||||
hostname = "knot.ocbwoy3.dev";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user