modules: system: podman: remove unused 'options'
This commit is contained in:
parent
62d9359eb7
commit
c19baeb19d
|
@ -1,5 +1,5 @@
|
|||
# Podman related settings
|
||||
{ config, lib, options, ... }:
|
||||
{ config, lib, ... }:
|
||||
let
|
||||
cfg = config.my.system.podman;
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue