client: automatically install podman-compose if podman is installed
This commit is contained in:
parent
c4807bde0a
commit
f3dd272a82
1 changed files with 4 additions and 0 deletions
|
@ -17,5 +17,9 @@ in
|
|||
# Enable mDNS resolver/responder by default unless otherwise configured.
|
||||
connection.mdns=2
|
||||
'';
|
||||
|
||||
environment.systemPackages = with pkgs; lib.mkMerge [
|
||||
(lib.mkIf config.virtualisation.podman.enable [ podman-compose ])
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue