Move secrets to a submodule

This commit is contained in:
Lgmrszd 2023-10-30 20:25:45 +03:00
parent fd47f8be1e
commit a0c716dbdd
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE
4 changed files with 4 additions and 7 deletions

2
.gitignore vendored
View file

@ -1,2 +0,0 @@
secrets/*
!secrets/default.nix

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "secrets"]
path = secrets
url = git@git.disroot.org:lgmrszd/my-nix-secrets.git

1
secrets Submodule

@ -0,0 +1 @@
Subproject commit 12492bef34fa89a0da937fa708fab489acf226ea

View file

@ -1,5 +0,0 @@
{ ... }:
{
drive-ids = import ./drive-ids.nix;
email-stuff = import ./email-stuff.nix;
}