Populate allowedSignersFile

This commit is contained in:
2026-05-15 13:05:41 +00:00
parent ecb0dc092e
commit 0ee7266b3d

View File

@@ -1,6 +1,7 @@
{
pkgs,
lib,
identities,
primaryUser,
...
}:
@@ -53,6 +54,9 @@
autoSetupRebase = "always";
};
gpg.format = "ssh";
gpg.ssh.allowedSignersFile = "${pkgs.writeText "allowed_signers" (
lib.concatStringsSep "\n" (identities.getSigningEntries "artem")
)}";
credential."https://source.developers.google.com".helper = "gcloud.sh";
};
};