mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 09:57:43 -04:00
Add SOPS on AirPuppet
This commit is contained in:
parent
af5b45682d
commit
13989473a7
4 changed files with 36 additions and 2 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
|
||||
|
|
@ -6,4 +6,11 @@
|
|||
../../common/all-darwin.nix
|
||||
];
|
||||
|
||||
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