key rotation

This commit is contained in:
2025-12-20 18:27:50 +01:00
parent 8c522e2d80
commit 093b81ab8f
14 changed files with 86 additions and 53 deletions

View File

@@ -25,6 +25,8 @@
};
sops.age.keyFile = "/Users/${user}/.config/sops/age/keys.txt";
sops.age.sshKeyPaths = [];
sops.gnupg.sshKeyPaths = [];
sops.secrets = {
jason-syncthing-cert = {
@@ -42,12 +44,6 @@
};
home-manager.users.${user} = {
pkgs,
lib,
constants,
...
}: {
_module.args = {inherit user constants inputs;};
imports = [
inputs.nixvim.homeModules.nixvim
../../profiles/atuin.nix