Skip to content

Commit 3148566

Browse files
committed
drop unused age secret
1 parent 1f7ec9f commit 3148566

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

home-configurations/peteresselius.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313
];
1414

1515
config = {
16-
age.identityPaths = [ "${config.home.homeDirectory}/.ssh/id_ed25519" ];
17-
age.secrets.email.file = ../secrets/${config.context}-email.age;
18-
programs.fish.shellInit = ''
19-
set -x EMAIL (sh -c 'cat ${config.age.secrets.email.path}')
20-
'';
2116
context = "home";
2217
};
2318
}

0 commit comments

Comments
 (0)