From c19baeb19de6d0c7c0bbf5e35a9fbd57f52f95a4 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 3 May 2023 16:53:18 +0000 Subject: [PATCH] modules: system: podman: remove unused 'options' --- modules/system/podman/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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