mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
meta: Avoid building rbw-bitw for all hosts
This commit is contained in:
parent
a23c94f597
commit
b154039b72
5 changed files with 28 additions and 54 deletions
5
config/modules/meta/secrets.nix
Normal file
5
config/modules/meta/secrets.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, lib, ... }: with lib; {
|
||||
options.kw.secrets.command = mkOption {
|
||||
type = types.str;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue