KiruyaMomochi / nix

nix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KiruyaMomochi's Nix config

For all my hosts see hosts.

TODO

References

Old way to handle sops secrets in-place

Using a .gitattributes file with the following cotent

hosts/**/secret.nix filter=git-sops diff=git-sops

And Git config

[filter "git-sops"]
    required = true
    smudge = sops --decrypt --path %f /dev/stdin
    clean = scripts/git-sops-clean.sh %f

And a custom sops (self.packages.${system}.sops).

About

nix


Languages

Language:Nix 97.4%Language:Shell 2.6%