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

@@ -44,11 +44,6 @@
};
home-manager.users.${user} = {
pkgs,
lib,
...
}: {
_module.args = {inherit user constants inputs;};
imports = [
inputs.nixvim.homeModules.nixvim
../../profiles/atuin.nix

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

View File

@@ -3,7 +3,6 @@
hostname,
inputs,
user,
pkgs,
constants,
...
}: {
@@ -21,8 +20,6 @@
inputs.sops-nix.nixosModules.sops
];
sops.age.sshKeyPaths = ["/etc/ssh/ssh_host_ed25519_key"];
sops.secrets.litestream = {
sopsFile = ../../secrets/michael-litestream;
format = "binary";

View File

@@ -3,7 +3,6 @@
hostname,
user,
inputs,
pkgs,
constants,
...
}: {