Skip to content

Sighery/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Private secrets flake

My secrets, managed by sops-nix, as well as sensitive data that is not quite secrets, is in a separate private repository.

SSH access would be an option, but Github provides no fine-grained permissions for SSH. Personal Access Tokens (PAT) do allow for this, where you can specify a repository, as well as specific permissions to it.

So I generate a new PAT for my private repo, with Contents read-only permission.

To then use this in my systems, I need this env variable:

export NIX_CONFIG='access-tokens = github.com=pat_here'

About

Configuration files and bootstrap for my different systems

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors