Skip to content

Commit

Permalink
refactor: remove Atuin private key
Browse files Browse the repository at this point in the history
Pointless hassle
  • Loading branch information
gekoke committed Oct 4, 2024
1 parent 2b57320 commit 79e2ba3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
7 changes: 0 additions & 7 deletions modules/nixos/user/shell/atuin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,5 @@ in
style = "compact";
};
};

age.secrets.atuinKey = lib.mkIf config.elementary.secrets.enable {
file = ./../../../../../secrets/atuin-key.age;
owner = config.elementary.user.name;
path = "${config.users.users.${config.elementary.user.name}.home}/.local/share/atuin/key";
mode = "700";
};
};
}
7 changes: 0 additions & 7 deletions secrets/atuin-key.age

This file was deleted.

1 change: 0 additions & 1 deletion secrets/secrets.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ let
in
{
"authinfo.age".publicKeys = all;
"atuin-key.age".publicKeys = all;
"private-ssh-config.age".publicKeys = all;
}

0 comments on commit 79e2ba3

Please sign in to comment.