diff --git a/flake.nix b/flake.nix index efeb5fc..7d92bd9 100755 --- a/flake.nix +++ b/flake.nix @@ -12,6 +12,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; impermanence.url = "github:nix-community/impermanence"; + # implement at some point (So I can push repo public) sops-nix = { url = "github:Mic92/sops-nix"; inputs.nixpkgs.follows = "nixpkgs"; diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..91bc7ce --- /dev/null +++ b/readme.md @@ -0,0 +1,6 @@ +# Roy's Laptop Config + +## Todo: + +- Implement sops for secrets +- Change repo to public (Make sure to squash to delete secret history)