Skip to content

Conversation

@delafthi
Copy link
Contributor

@delafthi delafthi commented Nov 1, 2025

  • restructure module from podman-linux to platform-agnostic podman
  • move linux-specific implementation to modules/services/podman/linux/
  • add darwin module with declarative machine management
  • implement launchd-based watchdog for auto-starting machines
  • maintains backward compatibility with existing linux functionality

Checklist

  • Change is backwards compatible.

  • Code formatted with nix fmt or
    nix-shell -p treefmt nixfmt deadnix keep-sorted --run treefmt.

  • Code tested through nix run .#tests -- test-all or
    nix-shell --pure tests -A run.all.

  • Test cases updated/added. See example.

  • Commit messages are formatted like

    {component}: {description}
    
    {long description}
    

    See CONTRIBUTING for more information and recent commit messages for examples.

  • If this PR adds a new module

    • Added myself as module maintainer. See example.
    • Generate a news entry. See News
    • Basic tests added. See Tests
  • If this PR adds an exciting new feature or contains a breaking change.

    • Generate a news entry. See News

@delafthi delafthi force-pushed the push-rplzqunssuyz branch 2 times, most recently from 5612f58 to ad8d7ec Compare November 1, 2025 21:28
@delafthi delafthi force-pushed the push-rplzqunssuyz branch 6 times, most recently from 6dafe46 to e23aa13 Compare November 2, 2025 14:01
- restructure module from `podman-linux` to platform-agnostic `podman`
- move linux-specific implementation to `modules/services/podman/linux/`
- add darwin module with declarative machine management
- implement launchd-based watchdog for auto-starting machines
- maintains backward compatibility with existing linux functionality
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant