mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 21:19:07 +01:00
sops: Rename secrets option to secretsData
This commit is contained in:
parent
3af7d23a46
commit
4887e06117
5 changed files with 10 additions and 10 deletions
|
|
@ -33,7 +33,7 @@ in
|
|||
enable = lib.mkEnableOption "";
|
||||
networks = lib.mkOption {
|
||||
type = lib.types.listOf lib.types.nonEmptyStr;
|
||||
default = config.custom.sops.secrets.iwd |> lib.attrNames;
|
||||
default = config.custom.sops.secretsData.iwd |> lib.attrNames;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue