remove secrets

This commit is contained in:
Sakooooo 2023-09-04 14:54:06 +04:00
parent 94982c3ba9
commit b32f638ff7
Signed by: sako
GPG key ID: 3FD715D87D7725E0
5 changed files with 1 additions and 11 deletions

View file

@ -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
View file

@ -1,2 +0,0 @@
unencrypted/*
**/unencrypted

View file

View file

@ -1,6 +0,0 @@
{lib}:
lib.mapAttrs' (name: v: (lib.nameValuePair name {
sopsFile = ./encrypted + "/${name}";
format = "binary";
})) (builtins.readDir ./encrypted)