Skip to content

Commit

Permalink
update: dfw0
Browse files Browse the repository at this point in the history
  • Loading branch information
jz8132543 committed Jun 14, 2024
1 parent 22fdcf2 commit 3e6b46a
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 28 deletions.
2 changes: 2 additions & 0 deletions home-manager/modules/tippy/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
pkgs,
...
}: {
sops.age.keyFile = "/var/lib/sops-nix/key";
sops.defaultSopsFile = osConfig.sops-file.get "common.yaml";
sops.secrets."ssh/id_ed25519".path = ".ssh/id_ed25519";
home.file.".ssh/id_ed25519.pub".source = pkgs.writeText "pub" config.lib.self.data.ssh.i;
home.global-persistence = {
Expand Down
2 changes: 1 addition & 1 deletion home-manager/modules/tippy/gpg.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{pkgs, ...}: {
services.gpg-agent = {
enable = true;
# pinentryPackage = [pkgs.curses];
pinentryPackage = pkgs.pinentry-curses;
};
programs.gpg = {enable = true;};
home.global-persistence = {
Expand Down
Loading

0 comments on commit 3e6b46a

Please sign in to comment.