Files
setup-machines/home-manager/development/podman.nix
2025-03-01 14:52:57 +01:00

7 lines
60 B
Nix

{ ... }:
{
services.podman = {
enable = true;
};
}