zenix: fix podman module

This commit is contained in:
tristan 2024-05-12 13:54:31 +01:00
parent 457faf8c0c
commit 09c776c912
2 changed files with 1 additions and 1 deletions

View file

@ -79,6 +79,7 @@
in {
options.podman = mkOption {
type = types.attrsOf (types.submodule opts);
default = {};
};
config = {
systemd.services = lib.mapAttrs mkService config.podman;