it seems to be doing better

This commit is contained in:
= 2024-03-12 03:09:24 -05:00
parent 43852255a4
commit 8d2acc4870
8 changed files with 49 additions and 54 deletions

View file

@ -1,4 +1,4 @@
{ lib, ... } @ args:
{ lib, settings, age, pkgs, ... } @ args:
{
# We always want a standard ssh key-pair used for secret management, create it if not there.
home.activation.generateSshKey = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
@ -21,7 +21,7 @@
matchBlocks = {
github = {
hostname = "github.com";
identityFile = age.secrets.test1.file;
identityFile = age.secrets.nix2github.path;
};
};
};