valkyrie: init

This commit is contained in:
2026-06-23 12:13:21 +02:00
parent f89ff639c7
commit 0c8f567a7e
19 changed files with 687 additions and 6 deletions
@@ -0,0 +1,17 @@
{ config, pkgs, ... }:
{
imports =
[
./pleroma.nix
./pihole.nix
./dcbot.nix
./secureyoursoul.nix
];
services.adguardhome.enable = true;
valkyrieService.pihole.enable = false;
valkyrieService.pleroma.enable = false;
valkyrieService.dcbot.enable = true;
valkyrieService.secureyoursoul.enable = true;
}