Skip to content

Commit 6f558d3

Browse files
Merge pull request #212599 from SuperSandro2000/podman-cleanup
2 parents 6185590 + 7a7ff87 commit 6f558d3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

nixos/modules/virtualisation/podman/default.nix

+2-3
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ in
149149

150150
};
151151

152-
config = lib.mkIf cfg.enable (lib.mkMerge [
152+
config = lib.mkIf cfg.enable
153153
{
154154
environment.systemPackages = [ cfg.package ]
155155
++ lib.optional cfg.dockerCompat dockerCompat;
@@ -235,6 +235,5 @@ in
235235
'';
236236
}
237237
];
238-
}
239-
]);
238+
};
240239
}

0 commit comments

Comments
 (0)