diff --git a/modules/system/podman/default.nix b/modules/system/podman/default.nix index b04c52c..dd1b617 100644 --- a/modules/system/podman/default.nix +++ b/modules/system/podman/default.nix @@ -1,5 +1,5 @@ # Podman related settings -{ config, lib, options, ... }: +{ config, lib, ... }: let cfg = config.my.system.podman; in