From 692f47d02d8b630023613572a32bd9cdf6d41157 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 19 Apr 2023 00:00:52 +0000 Subject: [PATCH] doc: github token could be shipped statically --- hosts/common/programs.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common/programs.nix b/hosts/common/programs.nix index d98a3979..8e800f6d 100644 --- a/hosts/common/programs.nix +++ b/hosts/common/programs.nix @@ -321,6 +321,7 @@ in emote.dir = [ ".local/share/Emote" ]; # MS GitHub stores auth token in .config + # TODO: we can populate gh's stuff statically; it even lets us use the same oauth across machines gh.private = [ ".config/gh" ]; # XXX: we preserve the whole thing because if we only preserve gPodder/Downloads