From 4b8e1215a585f5227bd70a20faf5be9082085e0e Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Fri, 13 Mar 2026 17:23:32 +0000 Subject: [PATCH] fuck --- .sops.yaml | 2 ++ modules/chidi.nix | 1 + modules/jason.nix | 1 + modules/secrets.nix | 2 ++ 4 files changed, 6 insertions(+) diff --git a/.sops.yaml b/.sops.yaml index a4e3e14..61ebf23 100644 --- a/.sops.yaml +++ b/.sops.yaml @@ -1,4 +1,5 @@ keys: + - &user_cschmatzler age1xate984yhl9qk9d4q99pyxmzz48sq56nfhu8weyzkgum4ed5tc5shjmrs7 - &host_tahani age1njjegjjdqzfnrr54f536yl4lduqgna3wuv7ef6vtl9jw5cju0grsgy62tm - &host_michael age187jl7e4k9n4guygkmpuqzeh0wenefwrfkpvuyhvwjrjwxqpzassqq3x67j - &host_jason age1ez6j3r5wdp0tjy7n5qzv5vfakdc2nh2zeu388zu7a80l0thv052syxq5e2 @@ -7,6 +8,7 @@ creation_rules: - path_regex: secrets/[^/]+$ key_groups: - age: + - *user_cschmatzler - *host_tahani - *host_michael - *host_jason diff --git a/modules/chidi.nix b/modules/chidi.nix index 67f46d2..f48cdda 100644 --- a/modules/chidi.nix +++ b/modules/chidi.nix @@ -11,6 +11,7 @@ den.aspects.ai-tools den.aspects.zellij den.aspects.zk + den.aspects.secrets ]; den.aspects.chidi.darwin = {pkgs, ...}: { diff --git a/modules/jason.nix b/modules/jason.nix index 33e75ee..37f765b 100644 --- a/modules/jason.nix +++ b/modules/jason.nix @@ -11,6 +11,7 @@ den.aspects.ai-tools den.aspects.zellij den.aspects.zk + den.aspects.secrets ]; den.aspects.jason.darwin = {...}: { diff --git a/modules/secrets.nix b/modules/secrets.nix index 3482b93..f695300 100644 --- a/modules/secrets.nix +++ b/modules/secrets.nix @@ -19,6 +19,8 @@ age gnupg sops + ssh-to-age ]; + home.sessionVariables.SOPS_AGE_SSH_PRIVATE_KEY_FILE = "~/.ssh/id_ed25519"; }; }