Update docker/podman config
This commit is contained in:
parent
d703b4dec0
commit
0c1291d3fd
7 changed files with 85 additions and 72 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
options,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
|
@ -41,7 +40,7 @@ in
|
|||
};
|
||||
|
||||
nix = {
|
||||
extraOptions = lib.mkIf (options ? 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