modules: system: podman: remove unused 'options'

This commit is contained in:
Bruno BELANYI 2023-05-03 16:53:18 +00:00
parent 62d9359eb7
commit c19baeb19d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Podman related settings
{ config, lib, options, ... }:
{ config, lib, ... }:
let
cfg = config.my.system.podman;
in