feat: wiki-js test

This commit is contained in:
Nick 2024-10-27 13:48:34 -05:00
parent f41a86f1c6
commit 21517099d7
2 changed files with 7 additions and 1 deletions

View file

@ -14,11 +14,11 @@
./owncast.nix
./samba.nix
./vaultwarden.nix
./wiki.nix
# These are all broken.
# ./forgejo.nix
./wiki.nix
# Partial Nginx configs make it nearly impossible to use alongside Caddy. 👇

View file

@ -1,8 +1,14 @@
{flake, ...}: let
inherit (flake.config.people) user0;
inherit (flake.config.service.instance) wiki;
in {
sops = {
secrets = {
"ssh/private" = {
path = "${wiki.sops.path0}/ssh-key";
owner = "root";
mode = "600";
};
"discord-token" = {
path = "/home/${user0}/projects/zookeeper/.env";
owner = user0;