mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Oh, right. Submodule folders exist, just empty.
This commit is contained in:
parent
76a479f14e
commit
8f74ec17cd
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ config, meta, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = lib.optional (meta ? trusted) meta.trusted.secrets;
|
||||
imports = lib.optional (meta.trusted ? secrets) meta.trusted.secrets;
|
||||
|
||||
secrets = {
|
||||
root = "/var/lib/kat/secrets";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue