Update docker/podman config

This commit is contained in:
DashieTM 2024-11-02 12:51:50 +01:00
parent d703b4dec0
commit 0c1291d3fd
7 changed files with 85 additions and 72 deletions

View file

@ -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}
'';
};