mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-10 04:49:19 -08:00
lib/witch: Moved secrets to private
This commit is contained in:
parent
3b5f5f5e6f
commit
4b9cd398fb
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
|||
{
|
||||
style = import ./style.nix;
|
||||
colorhelpers = import ./colorhelpers.nix { inherit lib; };
|
||||
secrets = import ./secrets.nix;
|
||||
secrets = import ../private/secrets.nix;
|
||||
modList = import ./modules.nix;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue