mirror of
https://github.com/ivabus/nixos
synced 2024-11-12 19:45:18 +03:00
6 lines
107 B
Nix
6 lines
107 B
Nix
{ lib, config, ... }:
|
|
|
|
{
|
|
options.my.features.secrets = lib.mkEnableOption "Enable secrets decrypting";
|
|
}
|