switch to keys
Some checks failed
/ lint (push) Waiting to run
/ build (push) Has been cancelled

This commit is contained in:
Jana Dönszelmann 2026-01-03 02:26:03 +01:00
parent c40e6e3255
commit 115a711a5f
No known key found for this signature in database
29 changed files with 122 additions and 221 deletions

View file

@ -1,10 +1,15 @@
{ pkgs, config, ... }:
{
pkgs,
config,
secrets,
...
}:
let
port = 5984;
in
{
sops.secrets.obsidian-sync = {
sopsFile = ../../secrets/obsidian-sync.ini;
sopsFile = "${secrets}/obsidian-sync.ini";
format = "ini";
owner = "couchdb";
};