mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
lets mess with dokuwiki
This commit is contained in:
parent
54b4b9fc88
commit
7f18135b63
2 changed files with 8 additions and 0 deletions
|
|
@ -8,5 +8,6 @@
|
|||
./lubelogger.nix
|
||||
./openhab.nix
|
||||
./frigate.nix
|
||||
./dokuwiki.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
7
modules/users/overseer/services/dokuwiki.nix
Normal file
7
modules/users/overseer/services/dokuwiki.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{config, ...}: {
|
||||
services.dokuwiki.sites = {
|
||||
"wiki.wanderingcrow.net" = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue