zenix: fix podman module
This commit is contained in:
parent
457faf8c0c
commit
09c776c912
2 changed files with 1 additions and 1 deletions
|
|
@ -79,6 +79,7 @@
|
|||
in {
|
||||
options.podman = mkOption {
|
||||
type = types.attrsOf (types.submodule opts);
|
||||
default = {};
|
||||
};
|
||||
config = {
|
||||
systemd.services = lib.mapAttrs mkService config.podman;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue