RSS Amplifier

Blog

Lenny's Blog!

blog.lenny.ninjaSource feed ↗3 posts

Dormant Last read · last published · next check
Read 5 days ago and current, but nothing has been published for 3 years.

Written by

Latest posts

Part 2: Quickly packaging services using Nix flakes

Posted on April 16, 2023 In the first part of this series, we learned how to package a small Go application into a Nix flake. In this second part, we will add a service definition and corresponding NixOS module to it, so that we can easily use it on our machines running NixOS! For reference, the entire Flake is available here . NixOS modules To make our service configurable, we will need to add a…

Part 1: Quickly packaging services using Nix flakes

Posted on November 6, 2022 Even though Nix has the most and most up-to-date packages, there is always some software you use that is not included yet. You could of course just download a binary, but if you are reading this you probably would like a more declarative way of dealing with the software you use. Thankfully, Nix flakes make it quite easy and quick to package most software. You can even…

zrepl on rsync.net

Posted on January 25, 2022 A while ago I got a testing account on rsync.net to try out the experience of using it with zrepl . The experience I has been quite wonderful, and I want to share what I learned with you. What is zrepl? If you use zfs on your NAS, you inevitably think about doing an offsite backup for your data. For this you might use off the shelf tools like Duplicati or borg . As a zfs…