lets mess with dokuwiki

This commit is contained in:
TheWanderingCrow 2025-03-11 00:12:53 -04:00
parent 54b4b9fc88
commit 7f18135b63
2 changed files with 8 additions and 0 deletions

View file

@ -8,5 +8,6 @@
./lubelogger.nix
./openhab.nix
./frigate.nix
./dokuwiki.nix
];
}

View file

@ -0,0 +1,7 @@
{config, ...}: {
services.dokuwiki.sites = {
"wiki.wanderingcrow.net" = {
enable = true;
};
};
}