This commit is contained in:
2025-12-06 17:21:52 +00:00
parent ce51e114ce
commit f15297edfb
5 changed files with 100 additions and 11 deletions

View File

@@ -2,12 +2,10 @@
config,
hostname,
user,
inputs,
...
}: {
imports = [
../../modules/nixos
inputs.tangled.nixosModules.knot
];
services.adguardhome = {
@@ -30,14 +28,6 @@
};
};
services.tangled.knot = {
enable = true;
server = {
hostname = "knot.schmatzler.com";
owner = "did:plc:yiapylv5gwzlyzesppjmukvj";
};
};
virtualisation.docker = {
enable = true;
};