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