added sops and age

This commit is contained in:
kenji
2025-12-24 14:11:30 -06:00
parent a4f41a0371
commit 348d2b46e6
2 changed files with 14 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
keys:
- &user_kenji age1cvy0fgxjn6mu0wsf9htuxmqp6mfx2f5dkmqj2kj6l46k9w8zxyfs6840tp
- &host_laptop age1sg27ryxp86hu55swryc6sggscan6upq7jw745lcah0djc920j9usvqcslu
creation_rules:
- path_regex: secrets/[^/]+\.(yaml|json|env|ini)$
key_groups:
- age:
- *user_alice
- *host_laptop
+5 -1
View File
@@ -1,3 +1,7 @@
{ {pkgs, ...}: {
security.pam.services.greetd.enableGnomeKeyring = true; security.pam.services.greetd.enableGnomeKeyring = true;
environment.systemPackages = with pkgs; [
sops
age
];
} }