mirror of
https://github.com/ivabus/nixos
synced 2024-11-10 02:25:18 +03:00
6 lines
113 B
Nix
6 lines
113 B
Nix
|
{ lib, config, ... }:
|
||
|
let
|
||
|
in {
|
||
|
options.my.features.secrets = lib.mkEnableOption "Enable secrets decrypting";
|
||
|
}
|