mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: wiki-js test
This commit is contained in:
parent
f41a86f1c6
commit
21517099d7
2 changed files with 7 additions and 1 deletions
|
@ -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. 👇
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue