feat: wiki-js test

This commit is contained in:
Nick 2024-10-27 13:50:59 -05:00
parent 21517099d7
commit 463dfd5c03
3 changed files with 4 additions and 9 deletions

View file

@ -1,14 +1,8 @@
{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;