key rotation
This commit is contained in:
@@ -44,11 +44,6 @@
|
||||
};
|
||||
|
||||
home-manager.users.${user} = {
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
_module.args = {inherit user constants inputs;};
|
||||
imports = [
|
||||
inputs.nixvim.homeModules.nixvim
|
||||
../../profiles/atuin.nix
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
hostname,
|
||||
user,
|
||||
inputs,
|
||||
pkgs,
|
||||
constants,
|
||||
...
|
||||
}: {
|
||||
|
||||
Reference in New Issue
Block a user