@jaspermayone.com's dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add agenix identityPaths for remus

+3
+3
hosts/remus/default.nix
··· 5 5 # Host-specific overrides go here 6 6 # Most configuration is inherited from darwin/default.nix and home/default.nix 7 7 8 + # Agenix identity path (use user SSH key on macOS) 9 + age.identityPaths = [ "/Users/jsp/.ssh/id_ed25519" ]; 10 + 8 11 # Agenix secrets for bore client 9 12 age.secrets.bore-token = { 10 13 file = ../../secrets/bore-token.age;