mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
further refactor work
This commit is contained in:
parent
eb4713ec37
commit
befe6ea564
32 changed files with 39 additions and 14 deletions
13
nixos/servers/web/secrets.nix
Normal file
13
nixos/servers/web/secrets.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
_: let
|
||||
secretConfig = {
|
||||
format = "yaml";
|
||||
sopsFile = ./secrets.yaml;
|
||||
};
|
||||
in {
|
||||
sops.secrets.cloudflare_email = secretConfig;
|
||||
sops.secrets.cloudflare_api_key = secretConfig;
|
||||
|
||||
scalpels = [
|
||||
./scalpel.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue