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
|
./owncast.nix
|
||||||
./samba.nix
|
./samba.nix
|
||||||
./vaultwarden.nix
|
./vaultwarden.nix
|
||||||
|
./wiki.nix
|
||||||
|
|
||||||
# These are all broken.
|
# These are all broken.
|
||||||
|
|
||||||
# ./forgejo.nix
|
# ./forgejo.nix
|
||||||
./wiki.nix
|
|
||||||
|
|
||||||
# Partial Nginx configs make it nearly impossible to use alongside Caddy. 👇
|
# Partial Nginx configs make it nearly impossible to use alongside Caddy. 👇
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,14 @@
|
||||||
{flake, ...}: let
|
{flake, ...}: let
|
||||||
inherit (flake.config.people) user0;
|
inherit (flake.config.people) user0;
|
||||||
|
inherit (flake.config.service.instance) wiki;
|
||||||
in {
|
in {
|
||||||
sops = {
|
sops = {
|
||||||
secrets = {
|
secrets = {
|
||||||
|
"ssh/private" = {
|
||||||
|
path = "${wiki.sops.path0}/ssh-key";
|
||||||
|
owner = "root";
|
||||||
|
mode = "600";
|
||||||
|
};
|
||||||
"discord-token" = {
|
"discord-token" = {
|
||||||
path = "/home/${user0}/projects/zookeeper/.env";
|
path = "/home/${user0}/projects/zookeeper/.env";
|
||||||
owner = user0;
|
owner = user0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue