flake: refactor references to hlissner/dotfiles
This commit is contained in:
parent
3ccf76d134
commit
0fe2c66bc0
26 changed files with 54 additions and 211 deletions
|
@ -7,7 +7,7 @@ let
|
|||
secrets = lib.mapAttrs' (n: v: lib.nameValuePair (lib.removeSuffix ".age" n) { file = toFile n; }) filtered;
|
||||
in
|
||||
{
|
||||
options.modules.secrets.enable = lib.hlissner.mkOpt lib.types.bool true;
|
||||
options.modules.secrets.enable = lib.our.mkOpt lib.types.bool true;
|
||||
|
||||
config.age.secrets = lib.mkIf config.modules.secrets.enable secrets;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue