basePackages use mkDashDefault
This commit is contained in:
parent
1a518fa79a
commit
a4f23bf459
5 changed files with 28 additions and 27 deletions
|
|
@ -34,8 +34,8 @@ in {
|
|||
};
|
||||
|
||||
nix = {
|
||||
extraOptions = lib.mkDefault (lib.mkIf (config ? sops.secrets && config.sops.secrets ? access.path) ''
|
||||
extraOptions = lib.mkIf (config ? sops.secrets && config.sops.secrets ? access.path) ''
|
||||
!include ${config.sops.secrets.access.path}
|
||||
'');
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue