pinpox / lollypops

Lollypop Operations - NixOS Deployment Tool
https://pinpox.github.io/lollypops/
GNU General Public License v3.0
118 stars 17 forks source link

Deploy using `nix flake archive` or `nix copy` #35

Closed pinpox closed 4 months ago

pinpox commented 4 months ago

Fixes #30 Replaces #33

This get's rid of the rsync copy mechanism and dependency and replaces it by nix internal tooling. The a new option is introduced to select between nix flake archive and nix copy as copying meachnisms as both have pros and cons

TODO: document further.

pinpox commented 4 months ago

Closing in favor of #33