remove secrets
This commit is contained in:
parent
94982c3ba9
commit
b32f638ff7
5 changed files with 1 additions and 11 deletions
|
@ -18,9 +18,7 @@
|
||||||
url = "github:nix-community/NixOS-WSL";
|
url = "github:nix-community/NixOS-WSL";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
# todo figure this out
|
# todo add secrets
|
||||||
# https://github.com/Mic92/sops-nix
|
|
||||||
sops-nix.url = "github:Mic92/sops-nix";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
|
|
2
secrets/.gitignore
vendored
2
secrets/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
||||||
unencrypted/*
|
|
||||||
**/unencrypted
|
|
|
@ -1,6 +0,0 @@
|
||||||
{lib}:
|
|
||||||
|
|
||||||
lib.mapAttrs' (name: v: (lib.nameValuePair name {
|
|
||||||
sopsFile = ./encrypted + "/${name}";
|
|
||||||
format = "binary";
|
|
||||||
})) (builtins.readDir ./encrypted)
|
|
Loading…
Reference in a new issue