mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 09:57:43 -04:00
Setup and utilize SOPS
This commit is contained in:
parent
0fc27eb75f
commit
5ab4df18b2
14 changed files with 213 additions and 14 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, genebean-omp-themes, ... }: {
|
||||
{ pkgs, genebean-omp-themes, sops-nix, username, ... }: {
|
||||
home.stateVersion = "23.11";
|
||||
imports = [
|
||||
../../common/all-cli.nix
|
||||
|
|
@ -14,4 +14,12 @@
|
|||
k9s.enable = true;
|
||||
};
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = ./secrets.yaml;
|
||||
secrets = {
|
||||
local_git_config.path = "/Users/${username}/.gitconfig-local";
|
||||
local_private_env.path = "/Users/${username}/.private-env";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue